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:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual Action<string, OnDemandLocalFileSystemRegistration, RegistryKey> RegisterFunc { get; set; }

Property Value

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