Click or drag to resize

Placeholders Class

IT Hit User File System
Represents placeholders in the user file system.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.WindowsPlaceholders

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26224.0-Beta2
Syntax
public class Placeholders

The Placeholders type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindByRemoteStorageIdAsync
Gets placeholder file or folder that corresponds to the remote storage item id.
Public methodFindPathByRemoteStorageIdAsync
Gets user file system path that corresponds to the remote storage item id.
Public methodGetFile
Gets placeholder file that corresponds to the user file system path.
Public methodGetFolder
Gets placeholder folder that corresponds to the user file system path.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItem
Gets placeholder file or folder that corresponds to the user file system path.
Public methodGetRootItem
Gets root placeholder folder.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPinned
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryFindByRemoteStorageId
Tries to get placeholder file or folder that corresponds to the remote storage item ID.
Public methodTryGetItem
Tries to get placeholder file or folder that corresponds to the user file system path.
Top
See Also