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

Syntax

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

See Also