Click or drag to resize

ExtensionGetAllWorkflowStates Method

Returns an array of all workflow states from the specified workflow.

Namespace:  CADSharpTools.PDM
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static MethodReturn<IEdmState5[]> GetAllWorkflowStates(
	this IEdmWorkflow6 workflow
)

Parameters

workflow
Type: IEdmWorkflow6

Return Value

Type: MethodReturnIEdmState5
MethodReturn of IEdmState5[].

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmWorkflow6. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
This method catches all COMExceptions and reports them in the Exception property of the return type.
See Also