ModifyFolderRequest Class
Represents all of the data that is necessary to request the modification of a folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.NotifyPropertyChange
Microsoft.WindowsServerSolutions.Storage.StorageOperationStatus
Microsoft.WindowsServerSolutions.Storage.ModifyFolderRequest
Syntax
public class ModifyFolderRequest : StorageOperationStatus
public ref class ModifyFolderRequest : StorageOperationStatus
Public Class ModifyFolderRequest
Inherits StorageOperationStatus
Properties
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.) |
![]() |
Description | Gets or sets the description for the folder. |
![]() |
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.) |
![]() |
HiddenFromRemote | Gets and sets a value that determines if the folder is hidden from remote viewing. |
![]() |
IsCompleted | Indicates whether the operation has finished.(Inherited from StorageOperationStatus.) |
![]() |
Name | Gets or sets the name for the folder. |
![]() |
Progress | Gets the percentage of progress for the modification request. |
![]() |
Quota | Gets and sets a value that specifies whether the folder has a storage quota. |
![]() |
Status | Gets the status of the request.(Inherited from StorageOperationStatus.) |
![]() |
UserAccessByName | Gets the name based permissions list for the folder. |
![]() |
UserAccessBySID | Gets the SID based permissions list for the folder. |
Methods
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.) |
![]() |
IncludePermissions(IList<NamePermission>) | Specifies a list of name based permissions to set on the folder. |
![]() |
IncludePermissions(IList<SIDPermission>) | Specifies a list of SID based permissions to set on the folder. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ModifyFolder() | Synchronously sends the request to modify the folder. |
![]() |
ModifyFolderAsync() | Asynchronously sends the request to modify the folder. |
![]() |
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Represents the PropertyChanged event.(Inherited from NotifyPropertyChange.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top