A IWorkflowDefinitionSet object that contains the IWorkflowDefinition objects associated with this object store.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property WorkflowDefinitions As IWorkflowDefinitionSet
C#
IWorkflowDefinitionSet WorkflowDefinitions { get; }
C++
property IWorkflowDefinitionSet WorkflowDefinitions abstract  {
    IWorkflowDefinitionSet get();
}
J#
/** property */
public IWorkflowDefinitionSet get_WorkflowDefinitions();
JScript
public function get WorkflowDefinitions() : IWorkflowDefinitionSet

Remarks

See Also