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