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

Gets the user name of the user who the documetn is routed to.

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

Syntax

C#
public string GetRouteToUserName(
	WorkflowAction wa
)
Visual Basic (Declaration)
Public Function GetRouteToUserName ( _
	wa As WorkflowAction _
) As String
Visual C++
public:
String^ GetRouteToUserName(
	WorkflowAction wa
)

Parameters

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

Return Value

The user name.

See Also