Click or drag to resize

StateSyncEntryExtendedDataKeys Property

Gets the extended data keys when extended data is used as a key-value dictionary. 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 IEnumerable<string> ExtendedDataKeys { get; }

Property Value

Type: IEnumerableString
The extended data keys.
See Also