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

Syntax

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

See Also