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.308
Syntax
string AbsoluteIconPath(
	string serverUrl,
	string defaultIcon
)

Parameters

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

Return Value

Type: 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