Share via


Folder.GetRemoveRequest Method (Boolean)

 

Returns a RemoveFolderRequest object that is used to remove the folder.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public RemoveFolderRequest GetRemoveRequest(
    bool deleteContents
)
public:
RemoveFolderRequest^ GetRemoveRequest(
    bool deleteContents
)
Public Function GetRemoveRequest (
    deleteContents As Boolean
) As RemoveFolderRequest

Parameters

  • deleteContents
    Type: System.Boolean

    true to delete the content of the folder; otherwise, false.

Return Value

Type: Microsoft.WindowsServerSolutions.Storage.RemoveFolderRequest

An instance of RemoveFolderRequest.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top