Click or drag to resize

OnDemandLocalFileSystemUnregister Method

Unregisters an On-Demand synchronizer.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void Unregister(
	string rootPath,
	OnDemandLocalFileSystemRegistration registration,
	bool throwOnError = true
)

Parameters

rootPath
Type: SystemString
The root directory path.
registration
Type: callback.ShellBoost.Core.SynchronizationOnDemandLocalFileSystemRegistration
The registration parameters.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullException rootPath is null or registration is null.
See Also