Click or drag to resize
SynchronizationInfoProviderDeleteSynchronizationInfoInternal Method (ICollectionInt32, Int32, Int32, Boolean)
Deletes the synchronization info record. 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: 13.0.131
Syntax
C#
protected virtual void DeleteSynchronizationInfoInternal(
	ICollection<int> taskIds,
	int serverId,
	int siteId,
	bool deleteFailedTasks = false
)

Parameters

taskIds
Type: System.Collections.GenericICollectionInt32
Task IDs
serverId
Type: SystemInt32
Server ID
siteId
Type: SystemInt32
Site ID
deleteFailedTasks (Optional)
Type: SystemBoolean
If set to false, failed synchronization records are not deleted.
Remarks
See Also