Namespace:
FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const UNLOCK_EVENT As String = "UnlockEvent" |
C# |
---|
public const string UNLOCK_EVENT = "UnlockEvent"; |
C++ |
---|
public: const String UNLOCK_EVENT = L"UnlockEvent"; |
J# |
---|
public const string UNLOCK_EVENT = "UnlockEvent" |
JScript |
---|
public const UNLOCK_EVENT : String = "UnlockEvent"; |
See Also