Click or drag to resize

ISyncStateProviderDeleteEntries Method

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

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

Parameters

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