Partager via


CreateFolderRequest Class

 

Represents all of the data that is needed to request the creation of a new 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.CreateFolderRequest

Syntax

public class CreateFolderRequest : StorageOperationStatus
public ref class CreateFolderRequest : StorageOperationStatus
Public Class CreateFolderRequest
    Inherits StorageOperationStatus

Properties

Name Description
System_CAPS_pubproperty AsyncState

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

System_CAPS_pubproperty AsyncWaitHandle

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

System_CAPS_pubproperty CompletedSynchronously

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

System_CAPS_pubproperty Description

Gets or sets the description of the folder.

System_CAPS_pubproperty DeviceName

The name of the device that contains the folder.

System_CAPS_pubproperty ErrorCode

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

System_CAPS_protproperty EventQueue

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

System_CAPS_pubproperty HiddenFromRemote

Indicates whether the folder is hidden from remote viewing.

System_CAPS_pubproperty ID

Gets the identifier of the new folder.

System_CAPS_pubproperty IsCompleted

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

System_CAPS_pubproperty Name

Gets the name of the new folder.

System_CAPS_pubproperty OverwritePermissions

Gets or sets the flag that indicates whether the request will overwrite existing folder permissions. True for overwriting the existing permissions; otherwise, false.

System_CAPS_pubproperty Path

Gets the path of the new folder.

System_CAPS_pubproperty PermissionsByName

Gets the permissions, by name, to be set on the folder.

System_CAPS_pubproperty PermissionsBySID

Gets the permissions, by SID, to be set on the folder.

System_CAPS_pubproperty Progress

Gets the current step and progress of the operation.

System_CAPS_pubproperty Result

Gets any warnings encountered during the operation.

System_CAPS_pubproperty Status

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

Methods

Name Description
System_CAPS_protmethod CheckDisposed()

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

System_CAPS_protmethod CheckRequestSent()

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

System_CAPS_protmethod CheckSyncContext()

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

System_CAPS_pubmethod CreateFolder()

Synchronously sends the request to create the folder.

System_CAPS_pubmethod CreateFolderAsync()

Asynchronously sends the request to create the folder.

System_CAPS_pubmethod Dispose()

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

System_CAPS_protmethod Dispose(Boolean)

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IncludePermissions(IList<NamePermission>)

Specifies a list of user permissions, by name, to be set on the new folder.

System_CAPS_pubmethod IncludePermissions(IList<SIDPermission>)

Specifies a list of user permissions, by SID, to be set on the new folder.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent 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