Contains the id of the portal group that the portal belongs to
Will be null or -1 (null.nullinteger) if the portal does not belong to a portal group
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public int PortalGroupID { get; set; } |
| Visual Basic |
|---|
Public Property PortalGroupID As Integer Get Set |