Interface IPortalAliasInfo
Portal Alias Info interface.
Namespace: DotNetNuke.Abstractions.Portals
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPortalAliasInfo
Properties
| Improve this Doc View SourceBrowserType
Gets or sets the Browser Type.
Declaration
BrowserTypes BrowserType { get; set; }
Property Value
Type | Description |
---|---|
BrowserTypes |
CultureCode
Gets or sets the culture code for this alias, if there is one.
Declaration
string CultureCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HttpAlias
Gets or sets the http alias.
Declaration
string HttpAlias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsPrimary
Gets or sets a value indicating whether this alias is the primary alias for the site/portal.
Declaration
bool IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PortalAliasId
Gets or sets the Portal Alias ID.
Declaration
int PortalAliasId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalId
Gets or sets the Portal ID.
Declaration
int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Redirect
Gets or sets a value indicating whether the alias is a redirect alias.
Declaration
bool Redirect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Skin
Gets or sets the skin/theme for this alias, if there is one.
Declaration
string Skin { get; set; }
Property Value
Type | Description |
---|---|
System.String |