Click or drag to resize
SynchronizationInfoProviderGetSynchronizationInfo Method (Int32, Int32)
Returns the synchronization info object based on the task ID, server ID and site ID.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static SynchronizationInfo GetSynchronizationInfo(
	int taskId,
	int serverId
)

Parameters

taskId
Type: SystemInt32
Task ID
serverId
Type: SystemInt32
Server ID

Return Value

Type: SynchronizationInfo
See Also