Click or drag to resize
SynchronizationInfoProviderGetTaskSynchronization Method
Returns all the tasks synchronization info records based on given parameters. When serverId is specified, the siteId parameter is ignored. When siteId is specified and serverId is 0 method returns records that belongs to all servers that are assigned to given site.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SynchronizationInfo> GetTaskSynchronization(
	int taskId,
	int serverId = 0,
	int siteId = 0
)

Parameters

taskId
Type: SystemInt32
Task ID
serverId (Optional)
Type: SystemInt32
Server ID
siteId (Optional)
Type: SystemInt32
Site ID

Return Value

Type: ObjectQuerySynchronizationInfo
See Also