Click or drag to resize
IntegrationSynchronizationInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
protected override void DeleteInfo(
	IntegrationSynchronizationInfo info
)

Parameters

info
Type: CMS.SynchronizationIntegrationSynchronizationInfo
Object to delete
See Also