Click or drag to resize
SynchronizationInfoProviderDeleteSynchronizationInfos Method
Deletes the synchronization info records. When serverId is specified, the siteId parameter is ignored. When siteId is specified and serverId is 0 method deletes 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 void DeleteSynchronizationInfos(
	ICollection<int> taskIds,
	int serverId,
	int siteId
)

Parameters

taskIds
Type: System.Collections.GenericICollectionInt32
Task IDs
serverId
Type: SystemInt32
Server ID
siteId
Type: SystemInt32
Site ID
Remarks
See Also