Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Methods in the Siebel Analytics Web SOAP API >

Creating a Folder in the Web Catalog Using the createFolder() Method in the Siebel Analytics Web SOAP API


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

Description of Parameters in the createFolder() Method

The createFolder() method parameters are described in the following table.

Parameter
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 Administration Guide