Click or drag to resize

OnDemandLocalFileSystemRegistrationProviderName Property

Gets or sets the provider name. You can use the {userSid} string as a placeholder for the user's Security Identifier (if it's configured to be used).

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string ProviderName { get; set; }

Property Value

Type: String
The provider name.
See Also