Click or drag to resize
SqlDirectoryServiceListParticipantsById 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> ListParticipantsById(
	IEnumerable<string> userIds
)

Parameters

userIds
Type: System.Collections.GenericIEnumerableString

Return Value

Type: IEnumerableParticipant
See Also