Share via


StorageManager.GetCreateFolderRequest Method (String, String, String, Boolean, Boolean)

 

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,
    bool overwritePermissions,
    bool hiddenFromRemote
)
public:
CreateFolderRequest^ GetCreateFolderRequest(
    String^ deviceName,
    String^ name,
    String^ path,
    bool overwritePermissions,
    bool hiddenFromRemote
)
Public Function GetCreateFolderRequest (
    deviceName As String,
    name As String,
    path As String,
    overwritePermissions As Boolean,
    hiddenFromRemote As Boolean
) As CreateFolderRequest

Parameters

  • deviceName
    Type: System.String

    The name of the device that contains the folder.

  • overwritePermissions
    Type: System.Boolean

    Specifies whether to overwrite existing folder permissions.

  • hiddenFromRemote
    Type: System.Boolean

    Specifies whether the device has remote access enabled.

Return Value

Type: Microsoft.WindowsServerSolutions.Storage.CreateFolderRequest

An instance of CreateFolderRequest.

See Also

GetCreateFolderRequest Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top