Click or drag to resize

OnDemandLocalFileSystemRegistrationRegisterFunc Property

Gets or sets the register function. It can be used to do some custom action during the registration process.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual Action<string, OnDemandLocalFileSystemRegistration, RegistryKey> RegisterFunc { get; set; }

Property Value

Type: ActionString, OnDemandLocalFileSystemRegistration, RegistryKey
The register function.
See Also