Partilhar via


Helper.MultiDisplayNameSemicolon Method

Gets a set of display names of the users from the specified formatted string.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Shared Function MultiDisplayNameSemicolon ( _
    context As WorkflowContext, _
    val As Object _
) As String
'Usage
Dim context As WorkflowContext
Dim val As Object
Dim returnValue As String

returnValue = Helper.MultiDisplayNameSemicolon(context, _
    val)
public static string MultiDisplayNameSemicolon(
    WorkflowContext context,
    Object val
)

Parameters

Return Value

Type: System.String
The display names of the users separated by semicolons.

Remarks

If the user does not exist, the resulting display name is an empty string.

See Also

Reference

Helper Class

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace