Click or drag to resize

FileSystemEntryIsPathUnpinned Method

Determines whether the path is unpinned.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsPathUnpinned(
	string fullPath
)

Parameters

fullPath
Type: SystemString
The full path.

Return Value

Type: Boolean
true if the path is unpinned; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionfullPath is null.
See Also