Get the path of the favicon file relative to the portal root

Namespace: DotNetNuke.UI.Internals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string GetSettingPath()
Visual Basic
Public Function GetSettingPath As String

Return Value

Path to the favicon file relative to portal root, or empty string when there is no favicon set

Remarks

This relative path is only relevant to use with Host/Portal Settings the path is not guaranteed any physical relevance in the local file system

See Also