Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > WebCatalogService Service >

createFolder() Method


The createFolder() method creates a new folder in the Web Catalog.

Signature

void createFolder(String path, boolean createIfNotExists, String sessionID);

Arguments
Description

String path

The location in the Web Catalog where the folder should be created, including the name of the new folder.

boolean createIfNotExists

A boolean value, 1 (true) or 0 (false). When set to true, the folder object is created in the Web Catalog if it does not already exist. When set to false, the folder object is not recreated if it already exists.

String sessionID

A character string that identifies the session ID. The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Siebel Analytics Web Services Guide