Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const MAX_COLLECTIONS As String = "MaxCollections"
C#
public const string MAX_COLLECTIONS = "MaxCollections";
C++
public:
 const String MAX_COLLECTIONS = L"MaxCollections";
J#
public const string MAX_COLLECTIONS = "MaxCollections"
JScript
public const MAX_COLLECTIONS : String = "MaxCollections";

See Also