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

Syntax

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

See Also