PlaceholderItem Class |
Namespace: ITHit.FileSystem.Windows
The PlaceholderItem type exposes the following members.
Name | Description | |
---|---|---|
Properties |
Custom data associated with a placeholder, organised as a dictionary.
|
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.) | |
GetErrorStatus |
Gets error status.
| |
GetErrorStatus(String) |
Gets error status.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInSync |
Gets in-sync state of the placeholder.
| |
GetRemoteStorageItemId |
Gets remote storage item ID associated with the placeholder or null if the ID was not set.
| |
GetState |
Gets placeholder state.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPlaceholder |
Determines if the file or folder path represents a placeholder or a regular file/folder.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RevertPlaceholder |
Reverts a placeholder back to a regular file by handle.
| |
SetConflictStatus |
Sets or clears error status icon to indicate synchronization status.
| |
SetErrorStatus |
Sets or clears error status icon to indicate synchronization status.
| |
SetInSync |
Marks the placeholder file as in sync or not in sync.
| |
SetRemoteStorageItemId |
Sets remote storage item ID associated with the placeholder.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetErrorStatus(Boolean) |
Tries to get error status.
| |
TryGetErrorStatus(String, Boolean) |
Tries to get error status.
| |
TryGetRemoteStorageItemId |
Tries to get remote storage item ID associated with the placeholder.
| |
TryGetState |
Tries to get placeholder state.
| |
TrySetErrorStatus(Boolean) |
Tries to set or clear error status icon to indicate synchronization status.
| |
TrySetErrorStatus(String, Boolean) |
Tries to set or clear error status icon to indicate synchronization status.
| |
UpdateUI |
Force a refresh of PlaceholderItem in shell user interface.
| |
UpdateUI(String) |
Force a refresh of PlaceholderItem in shell user interface.
|