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