Click or drag to resize
StagingTaskData Constructor (StagingTaskInfo)
Creates StagingTaskData from serialized StagingTaskInfo. Should be used before sending data from source to target. All properties are initialized, UserName and UserGuid are equal to CurrentUser.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public StagingTaskData(
	StagingTaskInfo sti
)

Parameters

sti
Type: CMS.SynchronizationStagingTaskInfo
StagingTaskInfo from which this object will be initialized
See Also