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

Returns the workflow route to the user.

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

Syntax

C#
public int GetRouteToUserId(
	WorkflowAction wa
)
Visual Basic (Declaration)
Public Function GetRouteToUserId ( _
	wa As WorkflowAction _
) As Integer
Visual C++
public:
int GetRouteToUserId(
	WorkflowAction wa
)

Parameters

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

Return Value

The workflow route identifier.

See Also