Click or drag to resize

StateEntryRelativeFilePath Property

Gets the relative path of this stored entry, or null if the path couldn't be computed because of hierarchy issues.

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

Property Value

Type: String
The relative file path.
See Also