Click or drag to resize
SynchronizationInfoProviderGetTasksSynchronization 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: 11.0.0
Syntax
C#
public static ObjectQuery<SynchronizationInfo> GetTasksSynchronization(
	ICollection<int> taskIds,
	int serverId = 0,
	int siteId = 0
)

Parameters

taskIds
Type: System.Collections.GenericICollectionInt32
Task IDs
serverId (Optional)
Type: SystemInt32
Server ID
siteId (Optional)
Type: SystemInt32
Site ID

Return Value

Type: ObjectQuerySynchronizationInfo
See Also