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