Interface IPortalAliasInfo
  
  
  
  Assembly: DotNetNuke.Abstractions.dll
  Syntax
  
    public interface IPortalAliasInfo
   
  Properties
  
  BrowserType
  
  
  Declaration
  
    BrowserTypes BrowserType { get; set; }
   
  Property Value
  
  
  CultureCode
  
  
  Declaration
  
    string CultureCode { get; set; }
   
  Property Value
  
  
  HttpAlias
  
  
  Declaration
  
    string HttpAlias { get; set; }
   
  Property Value
  
  
  IsPrimary
  
  
  Declaration
  
    bool IsPrimary { get; set; }
   
  Property Value
  
  
  PortalAliasId
  
  
  Declaration
  
    int PortalAliasId { get; set; }
   
  Property Value
  
  
  PortalId
  
  
  Declaration
  
    int PortalId { get; set; }
   
  Property Value
  
  
  Redirect
  
  
  Declaration
  
    bool Redirect { get; set; }
   
  Property Value
  
  
  Skin
  
  
  Declaration
  
    string Skin { get; set; }
   
  Property Value
  
  Extension Methods