• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class PortalGroupInfo

Inheritance
System.Object
BaseEntityInfo
PortalGroupInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke.dll
Syntax
public class PortalGroupInfo : BaseEntityInfo, IHydratable

Properties

| Improve this Doc View Source

AuthenticationDomain

Declaration
public string AuthenticationDomain { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MasterPortalId

Declaration
public int MasterPortalId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MasterPortalName

Declaration
public string MasterPortalName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PortalGroupDescription

Declaration
public string PortalGroupDescription { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PortalGroupId

Declaration
public int PortalGroupId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PortalGroupName

Declaration
public string PortalGroupName { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS