PP.App.getModuleUrl

Syntax

getModuleUrl(moduleType: PP.App.ModuleType, settings: Object)

Parameters

moduleType. Unit type.

settings. Additional unit settings. The optional parameter is a JSON object with the following properties: queryString - query string, mbObject - repository object, OpenMode - repository object opening mode, Class - style class, Url - unit URL.

Description

The getModuleUrl method returns the specified type of unit URL.

Comments

The method returns a value of the String type.

Example

The method use is given in the example for PP.App.getImagePath.

See also:

PP.App