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

setItemAttributes() Method


The setItemAttributes() method sets attribute flags for a specified catalog item.

Signature

void setItemAttributes (String path, int attributes, String sessionID);

Arguments
Description

String path

The path to the folder in the Web Catalog.

int attributes

Combination of the following flags:

1 = read only
2 = archive
4 = hidden
8 = system

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