Click or drag to resize

PlaceholderItem Class

IT Hit User File System
Represents a placeholder file or placeholder folder in the user file system.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.WindowsPlaceholderItem
    ITHit.FileSystem.WindowsPlaceholderFile
    ITHit.FileSystem.WindowsPlaceholderFolder

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public abstract class PlaceholderItem

The PlaceholderItem type exposes the following members.

Properties
  NameDescription
Public propertyProperties
Custom data associated with a placeholder, organised as a dictionary.
Top
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 methodGetErrorStatus
Gets error status.
Public methodStatic memberGetErrorStatus(String)
Gets error status.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInSync
Gets in-sync state of the placeholder.
Public methodGetRemoteStorageItemId
Gets remote storage item ID associated with the placeholder or null if the ID was not set.
Public methodGetState
Gets placeholder state.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsPlaceholder
Determines if the file or folder path represents a placeholder or a regular file/folder.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStatic memberRevertPlaceholder
Reverts a placeholder back to a regular file by handle.
Public methodSetConflictStatus
Sets or clears error status icon to indicate synchronization status.
Public methodStatic memberSetErrorStatus
Sets or clears error status icon to indicate synchronization status.
Public methodSetInSync
Marks the placeholder file as in sync or not in sync.
Public methodSetRemoteStorageItemId
Sets remote storage item ID associated with the placeholder.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetErrorStatus(Boolean)
Tries to get error status.
Public methodStatic memberTryGetErrorStatus(String, Boolean)
Tries to get error status.
Public methodTryGetRemoteStorageItemId
Tries to get remote storage item ID associated with the placeholder.
Public methodTryGetState
Tries to get placeholder state.
Public methodTrySetErrorStatus(Boolean)
Tries to set or clear error status icon to indicate synchronization status.
Public methodStatic memberTrySetErrorStatus(String, Boolean)
Tries to set or clear error status icon to indicate synchronization status.
Public methodUpdateUI
Force a refresh of PlaceholderItem in shell user interface.
Public methodStatic memberUpdateUI(String)
Force a refresh of PlaceholderItem in shell user interface.
Top
Fields
  NameDescription
Public fieldEngine
Engine.
Public fieldPath
Path of this placeholder in the user file system.
Top
See Also