Click or drag to resize

EndPointSynchronizerDeleteOrphanedEntry Method

Deletes an orphaned entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void DeleteOrphanedEntry(
	string entryId
)

Parameters

entryId
Type: SystemString
The entry identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionid is null.
See Also