The portal has a logo (bitmap) associated with the portal. Teh admin can set the logo in the portal settings
Namespace: DotNetNuke.Entities.PortalsAssembly: 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 logoReturn Value
URL of the Portal logo
Remarks
Examples
![]() | |
---|---|
urlLogo.Url = objPortal.LogoFile urlLogo.FileFilter = glbImageFileTypes |