MoveFolderRequest Class
Represents all of the data that is necessary to request that a folder be moved.
Assembly: StorageOM (in StorageOM.dll)
Microsoft.WindowsServerSolutions.Storage::NotifyPropertyChange
Microsoft.WindowsServerSolutions.Storage::StorageOperationStatus
Microsoft.WindowsServerSolutions.Storage::MoveFolderRequest
| Name | Description | |
|---|---|---|
![]() | AsyncState | Gets an object that qualifies or contains information about an asynchronous operation.(Inherited from StorageOperationStatus.) |
![]() | AsyncWaitHandle | Gets a WaitHandle object that can be used to wait for the operation to finish.(Inherited from StorageOperationStatus.) |
![]() | CompletedSynchronously | Indicates whether the request finished synchronously.(Inherited from StorageOperationStatus.) |
![]() | ErrorCode | Gets the error code for the request.(Inherited from StorageOperationStatus.) |
![]() | EventQueue | Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.) |
![]() | IsCompleted | Indicates whether the operation has finished.(Inherited from StorageOperationStatus.) |
![]() | ProblemPath | Gets the path of the folder that could not be moved because of a problem. |
![]() | Progress | Gets the current step and progress of the move operation. |
![]() | RollbackWarnings | Gets the warning that occurred during the rollback of a move operation. |
![]() | Status | Gets the status of the request.(Inherited from StorageOperationStatus.) |
![]() | Warnings | Gets the warnings that occurred during the move operation. |
| Name | Description | |
|---|---|---|
![]() | CheckDisposed() | Checks if this object has been disposed.(Inherited from StorageOperationStatus.) |
![]() | CheckRequestSent() | Checks if the request has already been sent.(Inherited from StorageOperationStatus.) |
![]() | CheckSyncContext() | Checks if a synchronous request has been made in the user-interface thread.(Inherited from StorageOperationStatus.) |
![]() | Dispose() | Release all resources that are used by the StorageOperationStatus object.(Inherited from StorageOperationStatus.) |
![]() | Dispose(Boolean) | Release all resources that are used by the StorageOperationStatus object and optionally releases the managed resources..(Inherited from StorageOperationStatus.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MoveFolder() | Synchronously sends the request to move the folder. |
![]() | MoveFolderAsync() | Asynchronously sends the request to move the folder. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Represents the PropertyChanged event.(Inherited from NotifyPropertyChange.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




