Click or drag to resize
SynchronizationInfoProviderCreateSynchronizationInfoInternal Method (StagingTaskInfo, ListInt32, 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#
protected virtual void CreateSynchronizationInfoInternal(
	StagingTaskInfo task,
	List<int> siteIDs,
	bool enabledServers
)

Parameters

task
Type: CMS.SynchronizationStagingTaskInfo
Synchronization task
siteIDs
Type: System.Collections.GenericListInt32
Site IDs
enabledServers
Type: SystemBoolean
Create info only for enabled servers
See Also