StorageManager.GetCreateDefaultFolderRequest Method (Guid, String)
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.GuidThe identifier of the default folder.
path
Type: System.StringThe 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