Click or drag to resize

OnDemandLocalFileSystemEnsureRegistered Method

Ensures an On-Demand synchronizer is registered.

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

Parameters

rootPath
Type: SystemString
The root directory path.
registration
Type: callback.ShellBoost.Core.SynchronizationOnDemandLocalFileSystemRegistration
The registration parameters.
Exceptions
ExceptionCondition
ArgumentNullException rootPath is null or registration is null.
ArgumentExceptionrootPath is not a rooted path.
See Also