Initializes a FavIcon instance

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

Syntax

C#
public FavIcon(
	int portalId
)
Visual Basic
Public Sub New ( 
	portalId As Integer
)

Parameters

portalId
Type: System..::..Int32
The id of the portal

See Also