Show / Hide Table of Contents

Interface IPortalInfo

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

Properties

AdminTabId

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

AdministratorId

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

AdministratorRoleId

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

AdministratorRoleName

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

CrmVersion

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

CultureCode

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

Custom404TabId

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

Custom500TabId

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

DefaultLanguage

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

Description

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

Email

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

ExpiryDate

Declaration
DateTime ExpiryDate { get; set; }
Property Value
Type Description
DateTime

FooterText

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

GUID

Declaration
Guid GUID { get; set; }
Property Value
Type Description
Guid

HomeDirectory

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

HomeDirectoryMapPath

Declaration
string HomeDirectoryMapPath { get; }
Property Value
Type Description
string

HomeSystemDirectory

Declaration
string HomeSystemDirectory { get; }
Property Value
Type Description
string

HomeSystemDirectoryMapPath

Declaration
string HomeSystemDirectoryMapPath { get; }
Property Value
Type Description
string

HomeTabId

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

HostSpace

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

KeyWords

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

LoginTabId

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

LogoFile

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

PageQuota

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

PortalGroupId

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

PortalId

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

PortalName

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

PrivacyTabId

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

RegisterTabId

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

RegisteredRoleId

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

RegisteredRoleName

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

SearchTabId

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

SplashTabId

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

SuperTabId

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

TermsTabId

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

UserQuota

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

UserRegistration

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

UserTabId

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

Extension Methods

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