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

markForReplication() Method


Changes the "replicable" flag on a specified folder and its descendants.

Signature

void markForReplication (String item, bool replicate, String sessionID);

Argument
Description

String item

The path of the folder.

bool replicate

To mark the folder as replicable, set this to TRUE. To remove the replicable flag, set this to FALSE.

String sessionID

A string value that contains the session ID to log off from the SOAP session. 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