Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > WebCatalogService Service >

removeFolder() Method


Use this method to delete a folder and its contents from the Presentation Catalog. To delete an object other than a folder and its contents, read deleteItem() Method.

Signature

void removeFolder(String path, boolean recursive, String sessionID);

Arguments
Description

String path

Specifies the path to the folder in the Presentation Catalog.

boolean recursive

If set to TRUE, then remove the specified folder and its contents. If set to FALSE, then only remove the specified folder if it is empty, otherwise display an exception message.

String sessionID

Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.