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

Syntax

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

See Also