public class DeleteFolderRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
path
Folder path e.g.
|
Boolean |
recursive
Enable to delete folders, subfolders and files
|
String |
storageName
Storage name
|
Constructor and Description |
---|
DeleteFolderRequest(String path,
String storageName,
Boolean recursive)
Initializes a new instance of the DeleteFolderRequest class.
|
Copyright © 2019 Aspose Pty Ltd. All rights reserved.