Create new Portalinfo instance
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public PortalInfo() |
Visual Basic |
---|
Public Sub New |
Remarks
Examples
This example illustrates the creation of a new PortalInfo object
![]() | |
---|---|
For Each portal As PortalInfo In New PortalController().GetPortals Dim portalID As Integer = portal.PortalID ... Next |