ICustomTabSettingAbsoluteIconPath Method
|
Retrieves the absolute URL of the icon image.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring 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 String
- URL of the CMS site
- defaultIcon String
- The default icon image path to use, when not set
Return Value
StringAbsolute URL with protocol in the front
RemarksIf
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