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)


public ref class ModifyFolderRequest : StorageOperationStatus

NameDescription
System_CAPS_pubpropertyAsyncState

Gets an object that qualifies or contains information about an asynchronous operation.(Inherited from StorageOperationStatus.)

System_CAPS_pubpropertyAsyncWaitHandle

Gets a WaitHandle object that can be used to wait for the operation to finish.(Inherited from StorageOperationStatus.)

System_CAPS_pubpropertyCompletedSynchronously

Indicates whether the request finished synchronously.(Inherited from StorageOperationStatus.)

System_CAPS_pubpropertyDescription

Gets or sets the description for the folder.

System_CAPS_pubpropertyErrorCode

Gets the error code for the request.(Inherited from StorageOperationStatus.)

System_CAPS_protpropertyEventQueue

Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.)

System_CAPS_pubpropertyHiddenFromRemote

Gets and sets a value that determines if the folder is hidden from remote viewing.

System_CAPS_pubpropertyIsCompleted

Indicates whether the operation has finished.(Inherited from StorageOperationStatus.)

System_CAPS_pubpropertyName

Gets or sets the name for the folder.

System_CAPS_pubpropertyProgress

Gets the percentage of progress for the modification request.

System_CAPS_pubpropertyQuota

Gets and sets a value that specifies whether the folder has a storage quota.

System_CAPS_pubpropertyStatus

Gets the status of the request.(Inherited from StorageOperationStatus.)

System_CAPS_pubpropertyUserAccessByName

Gets the name based permissions list for the folder.

System_CAPS_pubpropertyUserAccessBySID

Gets the SID based permissions list for the folder.

NameDescription
System_CAPS_protmethodCheckDisposed()

Checks if this object has been disposed.(Inherited from StorageOperationStatus.)

System_CAPS_protmethodCheckRequestSent()

Checks if the request has already been sent.(Inherited from StorageOperationStatus.)

System_CAPS_protmethodCheckSyncContext()

Checks if a synchronous request has been made in the user-interface thread.(Inherited from StorageOperationStatus.)

System_CAPS_pubmethodDispose()

Release all resources that are used by the StorageOperationStatus object.(Inherited from StorageOperationStatus.)

System_CAPS_protmethodDispose(Boolean)

Release all resources that are used by the StorageOperationStatus object and optionally releases the managed resources..(Inherited from StorageOperationStatus.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIncludePermissions(IList<NamePermission^>^)

Specifies a list of name based permissions to set on the folder.

System_CAPS_pubmethodIncludePermissions(IList<SIDPermission^>^)

Specifies a list of SID based permissions to set on the folder.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodModifyFolder()

Synchronously sends the request to modify the folder.

System_CAPS_pubmethodModifyFolderAsync()

Asynchronously sends the request to modify the folder.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

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.

Return to top

Community Additions

ADD
Show: