Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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,
    bool overwritePermissions
)
public:
CreateFolderRequest^ GetCreateFolderRequest(
    String^ name,
    String^ path,
    bool overwritePermissions
)
Public Function GetCreateFolderRequest (
    name As String,
    path As String,
    overwritePermissions As Boolean
) As CreateFolderRequest
Parameters
- name 
 Type: System.String- The name of the default folder. 
- path 
 Type: System.String- The path of the new folder. 
- overwritePermissions 
 Type: System.Boolean- Specifies whether to overwrite existing folder permissions. 
Return Value
Type: Microsoft.WindowsServerSolutions.Storage.CreateFolderRequest
An instance of CreateFolderRequest.
See Also
GetCreateFolderRequest Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top