Click or drag to resize
SynchronizationInfoProvider.CreateSynchronizationInfo Method (StagingTaskInfo, List<Int32>, Boolean)
Creates synchronization record for all server that belongs to given any of the given sites.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void CreateSynchronizationInfo(
	StagingTaskInfo task,
	List<int> siteIDs,
	bool enabledServers
)

Parameters

task
Type: CMS.Synchronization.StagingTaskInfo
Synchronization task
siteIDs
Type: System.Collections.Generic.List<Int32>
Site IDs
enabledServers
Type: System.Boolean
Create info only for enabled servers
See Also