PlaceholderItem Methods |
The PlaceholderItem type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() | ConvertToPlaceholder(String, Boolean) |
Converts a normal file or folder to a placeholder file or folder.
|
![]() ![]() | ConvertToPlaceholder(SafeFileHandle, Byte, Boolean) |
Converts a normal file or folder to a placeholder file or folder by handle.
|
![]() ![]() | ConvertToPlaceholder(String, Byte, Boolean) |
Converts a normal file or folder to a placeholder file or folder.
|
![]() ![]() | ConvertToPlaceholder(SafeFileHandle, Byte, Boolean, Boolean) |
Converts a normal file/directory to a placeholder file/directory by handle.
|
![]() ![]() | ConvertToPlaceholder(String, Byte, Boolean, Boolean) |
Converts a normal file or folder to a placeholder file or folder.
|
![]() | 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.) |
![]() | GetCustomData |
Gets custom data associated with the placeholder.
|
![]() ![]() | GetCustomData(SafeFileHandle) |
Gets custom data associated with the placeholder by handle.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInSync |
Gets in-sync state of the placeholder.
|
![]() ![]() | GetInSync(SafeFileHandle) |
Gets in-sync status of the placeholder using item handle.
|
![]() ![]() | GetItem |
Gets placeholder file or folder that corresponds to the path.
|
![]() | 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.) |
![]() ![]() | ProcessWin32Exception |
Processes Win32 exception native error and throws IOException.
|
![]() | SetCustomData(Byte) |
Sets custom data associated with the placeholder. Max 4Kb.
|
![]() ![]() | SetCustomData(SafeFileHandle, Byte) |
Sets custom data associated with the placeholder by handle. Max 4Kb.
|
![]() | SetInSync(Boolean) |
Marks the placeholder file as in sync or not in sync.
|
![]() ![]() | SetInSync(SafeFileHandle, Boolean) |
Marks the placeholder file as in-sync or not in-sync using item handle.
|
![]() ![]() | SetItemInfo |
Updates placeholder file or folder information. Automatically hydrates and dehydrates files.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |