DimSrv.getSpecialImageListUrl

Syntax

getSpecialImageListUrl();

Description

The getSpecialImageListUrl method returns URL to icons file.

Example

Executing the example requires an instance of the DimSrv class named dimService (see DimSrv constructor). Get URL to icons file::

// Get URL to icons file
console.log("URL to icons file: " + dimService.getSpecialImageListUrl());

As a result the console displays URL to icons file:

URL to icons file: PPService.axd?action=getbin&cache=1&

mon=AOCDHKLJNKIHEOAEILAPNHHHGPFGFNFEALIPKKEPIFEMCGLC!M!$Special!DimensionImageList

See also:

DimSrv