Click or drag to resize
SynchronizationInfoProviderCreateSynchronizationInfo Method (StagingTaskInfo, Int32, Int32)
Creates synchronization record for specified server or for all enabled servers.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void CreateSynchronizationInfo(
	StagingTaskInfo task,
	int siteId,
	int serverId = -1
)

Parameters

task
Type: CMS.SynchronizationStagingTaskInfo
Synchronization task
siteId
Type: SystemInt32
Site ID
serverId (Optional)
Type: SystemInt32
Server ID
See Also