Click or drag to resize

StateSyncEntryExtendedData Property

Gets or sets an optional entry custom data. This is specific to the file system that has lead to the creation this entry.

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

Property Value

Type: String
The custom data.
See Also