FileBrowserServicesNewFolder Method Ingeniux CMS Web Services API

Create a new folder under the specified folder for binary assets locations

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<bool> NewFolder(
	NewFolderInput data
)

Parameters

data
Type: NewFolderInput

The information on the folder creation

Examples

Sample JSON request
JavaScript
{
    "data": {
        "type": "File",
        "parentDir": "Images/bg",
        "folderName": "TestFolder"
    }
}

Return Value

Type: XHRServiceResponseGenericBoolean
True of folder created. Otherwise false.
See Also

Reference