StorageManager.GetCreateDefaultFolderRequest Method (Guid, String, Boolean, Boolean)
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,
bool overwritePermissions,
bool hiddenFromRemote
)
public:
CreateFolderRequest^ GetCreateDefaultFolderRequest(
Guid id,
String^ path,
bool overwritePermissions,
bool hiddenFromRemote
)
Public Function GetCreateDefaultFolderRequest (
id As Guid,
path As String,
overwritePermissions As Boolean,
hiddenFromRemote As Boolean
) As CreateFolderRequest
Parameters
id
Type: System.GuidThe identifier of the default folder.
path
Type: System.StringThe path of the default 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
GetCreateDefaultFolderRequest Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top