Click or drag to resize
IDirectoryService Interface
Interface that queries participants based on different criteria

Namespace: FlexRule.Flows.Workflows.Managers.Tasks
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IDirectoryService

The IDirectoryService type exposes the following members.

Methods
  NameDescription
Public methodListUsersByName
Lists participants based on their unique name i.e. login, username, account, etc.
Public methodListUsersByRole
List a set of participants based on their roles
Top
See Also