Click or drag to resize

FileSystemEntryIsPathPinned Method

Determines whether the path is pinned.

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

Parameters

fullPath
Type: SystemString
The full path.

Return Value

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