Siebel Interactive Designer API Reference > Utility Functions >

GetUIPath


Usage

Use the GetUIPath function to return the file system path to the ui directory of the application.

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

Syntax

GetUIPath()

Example

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

var uipath = ISS.GetUIPath();

In this case, uipath would be the string "/myapp/ui".


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003