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
)
Function AbsoluteIconPath (
serverUrl As String,
defaultIcon As String
) As String
String^ AbsoluteIconPath(
String^ serverUrl,
String^ defaultIcon
)
abstract AbsoluteIconPath :
serverUrl : string *
defaultIcon : string -> string
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:
StringAbsolute 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