Click or drag to resize
WorkflowUserInfoProviderGetWorkflowUsers Method

Note: This API is now obsolete.

Returns all workflow users.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWorkflowUserInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WorkflowUserInfo.Provider.")]
public static ObjectQuery<WorkflowUserInfo> GetWorkflowUsers()

Return Value

Type: ObjectQueryWorkflowUserInfo
See Also