Share via


StorageManager.GetCreateFolderRequest Method (String, String)

 

Returns a request object that is used to create a new folder.

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

Syntax

public CreateFolderRequest GetCreateFolderRequest(
    string name,
    string path
)
public:
CreateFolderRequest^ GetCreateFolderRequest(
    String^ name,
    String^ path
)
Public Function GetCreateFolderRequest (
    name As String,
    path As String
) As CreateFolderRequest

Parameters

Return Value

Type: Microsoft.WindowsServerSolutions.Storage.CreateFolderRequest

An instance of CreateFolderRequest.

See Also

GetCreateFolderRequest Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top