Show / Hide Table of Contents

Interface IPortalAliasInfo

Namespace: DotNetNuke.Abstractions.Portals
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPortalAliasInfo

Properties

BrowserType

Declaration
BrowserTypes BrowserType { get; set; }
Property Value
Type Description
BrowserTypes

CultureCode

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

HttpAlias

Declaration
string HttpAlias { get; set; }
Property Value
Type Description
string

IsPrimary

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

PortalAliasId

Declaration
int PortalAliasId { get; set; }
Property Value
Type Description
int

PortalId

Declaration
int PortalId { get; set; }
Property Value
Type Description
int

Redirect

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

Skin

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

Extension Methods

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