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
context
Type: Microsoft.SharePoint.WorkflowActions.WorkflowContextA workflow context that contains properties that are associated with the active workflow instance.
val
Type: System.ObjectThe formatted string.
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.