[This is preliminary documentation and is subject to change.]

shows if the workflow is allowed.

Namespace:  OfficeClip.BusinessLayer.Framework.Workflow
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsActionAllowed(
	WorkflowAction wa
)
Visual Basic (Declaration)
Public Function IsActionAllowed ( _
	wa As WorkflowAction _
) As Boolean
Visual C++
public:
bool IsActionAllowed(
	WorkflowAction wa
)

Parameters

wa
Type: OfficeClip.Utils..::.WorkflowAction
The workflow Action.

Return Value

true if the Action is allowed, false otherwise.

See Also