ExpandGroupToUsers class

Provides a workflow activity that expands a group to individual users.

Inheritance hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<Collection<String>>
        Microsoft.SharePoint.WorkflowServices.Activities.ExpandGroupToUsers

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public NotInheritable Class ExpandGroupToUsers _
    Inherits Activity(Of Collection(Of String))
'Usage
Dim instance As ExpandGroupToUsers
public sealed class ExpandGroupToUsers : Activity<Collection<string>>

Remarks

For example, you can pass in a collection of groups, such as Approvers, Editors, and so on, and tbe activity will return a collection of users that belong in those groups.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ExpandGroupToUsers members

Microsoft.SharePoint.WorkflowServices.Activities namespace