|
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 >
Setting a Property for a Web Catalog Object Using the setItemProperty() Method in the Siebel Analytics Web SOAP API
The setItemProperty() method in the WebCatalogService service sets a property for an object in the Web Catalog. Description of Parameters in the setItemProperty() Method
The setItemProperty() method parameters are described in the following table.
|
|
String path |
The path to the object in the Web Catalog. |
String name |
A character string that contains the name of the property to set. |
String value |
A character string that contains the new setting for the property. |
String sessionID |
A character string that contains 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. |
|