Click or drag to resize

PathSegmentListParents Property

Gets 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> Parents { get; }

Property Value

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