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

Syntax

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

See Also