Click or drag to resize
SqlDirectoryServiceListUsersByName 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> ListUsersByName(
	IEnumerable<DirectoryServiceEntry> names
)

Parameters

names
Type: System.Collections.GenericIEnumerableDirectoryServiceEntry

Return Value

Type: IEnumerableParticipant

Implements

IDirectoryServiceListUsersByName(IEnumerableDirectoryServiceEntry)
See Also