Interface IPortalInfo
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPortalInfo
Properties
AdminTabId
Declaration
int AdminTabId { get; set; }
Property Value
AdministratorId
Declaration
int AdministratorId { get; set; }
Property Value
AdministratorRoleId
Declaration
int AdministratorRoleId { get; set; }
Property Value
AdministratorRoleName
Declaration
string AdministratorRoleName { get; set; }
Property Value
CrmVersion
Declaration
string CrmVersion { get; set; }
Property Value
CultureCode
Declaration
string CultureCode { get; set; }
Property Value
Custom404TabId
Declaration
int Custom404TabId { get; set; }
Property Value
Custom500TabId
Declaration
int Custom500TabId { get; set; }
Property Value
DefaultLanguage
Declaration
string DefaultLanguage { get; set; }
Property Value
Description
Declaration
string Description { get; set; }
Property Value
Email
Declaration
string Email { get; set; }
Property Value
ExpiryDate
Declaration
DateTime ExpiryDate { get; set; }
Property Value
Declaration
string FooterText { get; set; }
Property Value
GUID
Declaration
Property Value
HomeDirectory
Declaration
string HomeDirectory { get; set; }
Property Value
HomeDirectoryMapPath
Declaration
string HomeDirectoryMapPath { get; }
Property Value
HomeSystemDirectory
Declaration
string HomeSystemDirectory { get; }
Property Value
HomeSystemDirectoryMapPath
Declaration
string HomeSystemDirectoryMapPath { get; }
Property Value
Declaration
int HomeTabId { get; set; }
Property Value
HostSpace
Declaration
int HostSpace { get; set; }
Property Value
KeyWords
Declaration
string KeyWords { get; set; }
Property Value
LoginTabId
Declaration
int LoginTabId { get; set; }
Property Value
LogoFile
Declaration
string LogoFile { get; set; }
Property Value
PageQuota
Declaration
int PageQuota { get; set; }
Property Value
PortalGroupId
Declaration
int PortalGroupId { get; set; }
Property Value
PortalId
Declaration
int PortalId { get; set; }
Property Value
PortalName
Declaration
string PortalName { get; set; }
Property Value
PrivacyTabId
Declaration
int PrivacyTabId { get; set; }
Property Value
RegisterTabId
Declaration
int RegisterTabId { get; set; }
Property Value
RegisteredRoleId
Declaration
int RegisteredRoleId { get; set; }
Property Value
RegisteredRoleName
Declaration
string RegisteredRoleName { get; set; }
Property Value
SearchTabId
Declaration
int SearchTabId { get; set; }
Property Value
SplashTabId
Declaration
int SplashTabId { get; set; }
Property Value
SuperTabId
Declaration
int SuperTabId { get; set; }
Property Value
TermsTabId
Declaration
int TermsTabId { get; set; }
Property Value
UserQuota
Declaration
int UserQuota { get; set; }
Property Value
UserRegistration
Declaration
int UserRegistration { get; set; }
Property Value
UserTabId
Declaration
int UserTabId { get; set; }
Property Value
Extension Methods