Partager via


StorageManager.GetCreateFolderRequest Method (String, 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 deviceName,
    string name,
    string path
)
public:
CreateFolderRequest^ GetCreateFolderRequest(
    String^ deviceName,
    String^ name,
    String^ path
)
Public Function GetCreateFolderRequest (
    deviceName As String,
    name As String,
    path As String
) As CreateFolderRequest

Parameters

  • deviceName
    Type: System.String

    The name of the device that contains the folder.

Return Value

Type: Microsoft.WindowsServerSolutions.Storage.CreateFolderRequest

An instance of CreateFolderRequest.

See Also

GetCreateFolderRequest Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top