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

Syntax

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

See Also