Click or drag to resize
StagingTaskUserInfoProviderGetTaskUsers Method

Note: This API is now obsolete.

Returns all StagingTaskUserInfo bindings.

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

Return Value

Type: ObjectQueryStagingTaskUserInfo
See Also