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

Syntax

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

See Also