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

Syntax

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

See Also