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.StringThe name of the device that contains the folder.
name
Type: System.StringThe name of the default folder.
path
Type: System.StringThe path of the new folder.
overwritePermissions
Type: System.BooleanSpecifies whether to overwrite existing folder permissions.
hiddenFromRemote
Type: System.BooleanSpecifies 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