Placeholders Class |
Namespace: ITHit.FileSystem.Windows
The Placeholders type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindByRemoteStorageIdAsync |
Gets placeholder file or folder that corresponds to the remote storage item id.
| |
FindPathByRemoteStorageIdAsync |
Gets user file system path that corresponds to the remote storage item id.
| |
GetFile |
Gets placeholder file that corresponds to the user file system path.
| |
GetFolder |
Gets placeholder folder that corresponds to the user file system path.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetItem |
Gets placeholder file or folder that corresponds to the user file system path.
| |
GetRootItem |
Gets root placeholder folder.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPinned |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryFindByRemoteStorageId |
Tries to get placeholder file or folder that corresponds to the remote storage item ID.
| |
TryGetItem |
Tries to get placeholder file or folder that corresponds to the user file system path.
|