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 public static bool IsPathUnpinned(
string fullPath
)
Parameters
- fullPath
- Type: SystemString
The full path.
Return Value
Type:
Booleantrue if the path is unpinned; otherwise,
false.
Exceptions See Also