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

Syntax

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

See Also