Click or drag to resize
IStagingTaskUserInfoProviderGet Method (Int32, Int32)
Gets an instance of the StagingTaskUserInfo binding structure.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
StagingTaskUserInfo Get(
	int taskId,
	int userId
)

Parameters

taskId
Type: SystemInt32
Staging task ID.
userId
Type: SystemInt32
User ID.

Return Value

Type: StagingTaskUserInfo
Returns an instance of StagingTaskUserInfo corresponding to given identifiers or null.
See Also