Click or drag to resize
SqlDirectoryServiceListUsersByRole Method

Namespace: FlexRule.Flows.Workflows.MSSQL
Assembly: FlexRule.Flows.Workflow.MSSQL (in FlexRule.Flows.Workflow.MSSQL.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public IEnumerable<Participant> ListUsersByRole(
	IEnumerable<DirectoryServiceEntry> roles
)

Parameters

roles
Type: System.Collections.GenericIEnumerableDirectoryServiceEntry

Return Value

Type: IEnumerableParticipant

Implements

IDirectoryServiceListUsersByRole(IEnumerableDirectoryServiceEntry)
See Also