Click or drag to resize
SyncLogInfoProviderDeleteSyncLogInfo Method (Int32)
Deletes SyncLogInfo with specified ID.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void DeleteSyncLogInfo(
	int id
)

Parameters

id
Type: SystemInt32
SyncLogInfo ID
See Also