Click or drag to resize

ICustomTabSettingAbsoluteIconPath Method


Retrieves the absolute URL of the icon image.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string AbsoluteIconPath(
	string serverUrl,
	string defaultIcon
)

Parameters

serverUrl  String
URL of the CMS site
defaultIcon  String
The default icon image path to use, when not set

Return Value

String
Absolute URL with protocol in the front
Remarks
If Icon property is set, this method will always return a valid URL. However, doesn't mean it will actually use the icon image, if IconClass property is set.
See Also