Click or drag to resize

PathSegmentListThisAndParents Property

Gets this and a list of all its parents.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<PathSegmentList> ThisAndParents { get; }

Property Value

Type: IEnumerablePathSegmentList
The list of this and all its parents.
See Also