Click or drag to resize

PlaceholdersIsPinned Method

IT Hit User File System
This method hierarchically verifies if the item is pinned. If the item does not exists it checks parent folder up to the user file system root, trying to find the fist parent folder that exists and checks pinned attribute on this folder.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public bool IsPinned(
	string userFileSystemPath
)

Parameters

userFileSystemPath
Type: SystemString
Path to the placeholder item in the user file system.

Return Value

Type: Boolean
See Also