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:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerable<string> ExtendedDataKeys { get; }

Property Value

Type: IEnumerableString
The extended data keys.
See Also