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

Syntax

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

See Also