Click or drag to resize
SynchronizationInfoProviderDeleteSynchronizationInfoInternal Method (ICollectionInt32, Int32, Int32)
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: 11.0.0
Syntax
C#
protected virtual void DeleteSynchronizationInfoInternal(
	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