Click or drag to resize

OnDemandLocalFileSystemEnsureRegisteredForShell Method

Ensures the registry is configured properly to support Explorer features of On-Demand file synchronization.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static void EnsureRegisteredForShell(
	string rootPath,
	OnDemandLocalFileSystemRegistration registration
)

Parameters

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