The portal has a logo (bitmap) associated with the portal. Teh admin can set the logo in the portal settings

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("logofile")]
public string LogoFile { get; set; }
Visual Basic
<XmlElementAttribute("logofile")> 
Public Property LogoFile As String
	Get
	Set

Field Value

URL of the logo

Return Value

URL of the Portal logo

Remarks

Examples

 Copy imageCopy Code
urlLogo.Url = objPortal.LogoFile
urlLogo.FileFilter = glbImageFileTypes

See Also