Click or drag to resize

EndPointSynchronizerDeleteOrphanedEntry Method

Deletes an orphaned entry.

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

Parameters

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