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.3.27213.0
Syntax public bool IsPinned(
string userFileSystemPath
)
Public Function IsPinned (
userFileSystemPath As String
) As Boolean
public:
bool IsPinned(
String^ userFileSystemPath
)
member IsPinned :
userFileSystemPath : string -> bool
Parameters
- userFileSystemPath
- Type: SystemString
Path to the placeholder item in the user file system.
Return Value
Type:
BooleanSee Also