createFolder() Method
In CatalogService, use the createFolder() method to create a folder in the catalog.
Signature
String createFolder(String folderAbsolutePath, String userID, String password);
Parameters for createFolder() Method
Parameter | Description |
---|---|
String folderAbsolutePath |
The path to the folder that you want to create. For example: /HR Manager/Employee Reports/. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |