Class PortalAliasInfo
Inheritance
PortalAliasInfo
Assembly: DotNetNuke.dll
Syntax
public class PortalAliasInfo : BaseEntityInfo, IHydratable, IXmlSerializable, IPortalAliasInfo
Constructors
PortalAliasInfo()
Declaration
PortalAliasInfo(IPortalAliasInfo)
Declaration
public PortalAliasInfo(IPortalAliasInfo alias)
Parameters
PortalAliasInfo(PortalAliasInfo)
Declaration
public PortalAliasInfo(PortalAliasInfo alias)
Parameters
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
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
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
IsPrimary
Declaration
public bool IsPrimary { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
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
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
Redirect
Declaration
public bool Redirect { get; set; }
Property Value
Skin
Declaration
public string Skin { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Implements
Extension Methods