Click or drag to resize

StateSyncChangeFilePathSegments Property

Gets the file path represented as a list of segments.

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

Property Value

Type: PathSegmentList
The file path segments.
See Also