Siebel Interactive Designer API Reference > Utility Functions >

GetCSPath


Usage

Use the GetCSPath function to return the file system path to the cs directory of the application.

Use this function instead of hard-coding a relative directory path (for example, ../cs/dog.js), because the relative path can change depending on:

Syntax

GetCSPath()

Example

If the application is installed at
http://server.company.com/myapp,you could define

var cspath = ISS.GetCSPath();

In this case, cspath would be the string "/myapp/cs/".


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003