Click or drag to resize

PathSegmentListIsUnc Property

Gets a value that indicates if this instance represents a UNC path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsUnc { get; }

Property Value

Type: Boolean
A value that indicates if this instance represents a UNC path.
See Also