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

Syntax

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

See Also