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 default folder.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Syntax
public CreateFolderRequest GetCreateDefaultFolderRequest(
    Guid id,
    string path
)
public:
CreateFolderRequest^ GetCreateDefaultFolderRequest(
    Guid id,
    String^ path
)
Public Function GetCreateDefaultFolderRequest (
    id As Guid,
    path As String
) As CreateFolderRequest
Parameters
- id 
 Type: System.Guid- The identifier of the default folder. 
- path 
 Type: System.String- The path of the default folder. 
Return Value
Type: Microsoft.WindowsServerSolutions.Storage.CreateFolderRequest
An instance of CreateFolderRequest.
See Also
GetCreateDefaultFolderRequest Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top