Click or drag to resize

ISyncStateProviderDeleteEntries Method

Deletes children and grand children entries, for a given endpoint synchronizer.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
void DeleteEntries(
	EndPointSynchronizer synchronizer,
	string entryId
)

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
entryId
Type: SystemString
The entry identifier or null to delete all entries.
See Also