Click or drag to resize
IStagingTaskUserInfoProviderAdd Method
Creates StagingTaskUserInfo binding.

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

Parameters

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