Show / Hide Table of Contents

Class PortalAliasInfo

Inheritance
object
BaseEntityInfo
PortalAliasInfo
Implements
IHydratable
IXmlSerializable
IPortalAliasInfo
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke.dll
Syntax
public class PortalAliasInfo : BaseEntityInfo, IHydratable, IXmlSerializable, IPortalAliasInfo

Constructors

PortalAliasInfo()

Declaration
public PortalAliasInfo()

PortalAliasInfo(IPortalAliasInfo)

Declaration
public PortalAliasInfo(IPortalAliasInfo alias)
Parameters
Type Name Description
IPortalAliasInfo alias

PortalAliasInfo(PortalAliasInfo)

Declaration
public PortalAliasInfo(PortalAliasInfo alias)
Parameters
Type Name Description
PortalAliasInfo alias

Properties

BrowserType

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. Use DotNetNuke.Abstractions.Portals.IPortalAliasInfo.BrowserType instead. Scheduled removal in v11.0.0.")]
public BrowserTypes BrowserType { get; set; }
Property Value
Type Description
BrowserTypes

CultureCode

Declaration
public string CultureCode { get; set; }
Property Value
Type Description
string

HTTPAlias

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. Use DotNetNuke.Abstractions.Portals.IPortalAliasInfo.HttpAlias instead. Scheduled removal in v11.0.0.")]
public string HTTPAlias { get; set; }
Property Value
Type Description
string

IsPrimary

Declaration
public bool IsPrimary { get; set; }
Property Value
Type Description
bool

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

PortalAliasID

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. Use DotNetNuke.Abstractions.Portals.IPortalAliasInfo.PortalAliasId instead. Scheduled removal in v11.0.0.")]
public int PortalAliasID { get; set; }
Property Value
Type Description
int

PortalID

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. Use DotNetNuke.Abstractions.Portals.IPortalAliasInfo.PortalId instead. Scheduled removal in v11.0.0.")]
public int PortalID { get; set; }
Property Value
Type Description
int

Redirect

Declaration
public bool Redirect { get; set; }
Property Value
Type Description
bool

Skin

Declaration
public string Skin { get; set; }
Property Value
Type Description
string

Methods

Fill(IDataReader)

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

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

IHydratable
IXmlSerializable
IPortalAliasInfo

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS