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

Syntax

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

See Also