Class PortalInfo
Assembly: DotNetNuke.dll
Syntax
public class PortalInfo : BaseEntityInfo, IHydratable, IPortalInfo
Constructors
PortalInfo()
Declaration
Properties
AdminTabId
Declaration
public int AdminTabId { get; set; }
Property Value
AdministratorId
Declaration
public int AdministratorId { get; set; }
Property Value
AdministratorRoleId
Declaration
public int AdministratorRoleId { get; set; }
Property Value
AdministratorRoleName
Declaration
public string AdministratorRoleName { get; set; }
Property Value
BackgroundFile
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public string BackgroundFile { get; set; }
Property Value
BannerAdvertising
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public int BannerAdvertising { get; set; }
Property Value
CrmVersion
Declaration
public string CrmVersion { get; set; }
Property Value
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
Currency
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public string Currency { get; set; }
Property Value
Custom404TabId
Declaration
public int Custom404TabId { get; set; }
Property Value
Custom500TabId
Declaration
public int Custom500TabId { get; set; }
Property Value
DefaultLanguage
Declaration
public string DefaultLanguage { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
ExpiryDate
Declaration
public DateTime ExpiryDate { get; set; }
Property Value
Declaration
public string FooterText { get; set; }
Property Value
GUID
Declaration
public Guid GUID { get; set; }
Property Value
HomeDirectory
Declaration
public string HomeDirectory { get; set; }
Property Value
HomeDirectoryMapPath
Declaration
public string HomeDirectoryMapPath { get; }
Property Value
HomeSystemDirectory
Declaration
public string HomeSystemDirectory { get; }
Property Value
HomeSystemDirectoryMapPath
Declaration
public string HomeSystemDirectoryMapPath { get; }
Property Value
Declaration
public int HomeTabId { get; set; }
Property Value
HostFee
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public float HostFee { get; set; }
Property Value
HostSpace
Declaration
public int HostSpace { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
KeyWords
Declaration
public string KeyWords { get; set; }
Property Value
LoginTabId
Declaration
public int LoginTabId { get; set; }
Property Value
LogoFile
Declaration
public string LogoFile { get; set; }
Property Value
PageQuota
Declaration
public int PageQuota { get; set; }
Property Value
Pages
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public int Pages { get; set; }
Property Value
PaymentProcessor
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public string PaymentProcessor { get; set; }
Property Value
PortalGroupID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. Use DotNetNuke.Abstractions.Portals.IPortalInfo.PortalGroupId instead. Scheduled removal in v11.0.0.")]
public int PortalGroupID { get; set; }
Property Value
PortalID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. Use DotNetNuke.Abstractions.Portals.IPortalInfo.PortalId instead. Scheduled removal in v11.0.0.")]
public int PortalID { get; set; }
Property Value
PortalName
Declaration
public string PortalName { get; set; }
Property Value
PortalPermissions
Declaration
public PortalPermissionCollection PortalPermissions { get; }
Property Value
PrivacyTabId
Declaration
public int PrivacyTabId { get; set; }
Property Value
ProcessorPassword
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public string ProcessorPassword { get; set; }
Property Value
ProcessorUserId
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public string ProcessorUserId { get; set; }
Property Value
RegisterTabId
Declaration
public int RegisterTabId { get; set; }
Property Value
RegisteredRoleId
Declaration
public int RegisteredRoleId { get; set; }
Property Value
RegisteredRoleName
Declaration
public string RegisteredRoleName { get; set; }
Property Value
SearchTabId
Declaration
public int SearchTabId { get; set; }
Property Value
SiteLogHistory
Declaration
[Obsolete("Deprecated in DotNetNuke 8.0.0. No replacement. Scheduled removal in v11.0.0.")]
public int SiteLogHistory { get; set; }
Property Value
SplashTabId
Declaration
public int SplashTabId { get; set; }
Property Value
SuperTabId
Declaration
public int SuperTabId { get; set; }
Property Value
TermsTabId
Declaration
public int TermsTabId { get; set; }
Property Value
TimeZoneOffset
Declaration
[Obsolete("Deprecated in DotNetNuke 6.0.0. No replacement. Scheduled removal in v10.0.0.")]
public int TimeZoneOffset { get; set; }
Property Value
UserQuota
Declaration
public int UserQuota { get; set; }
Property Value
UserRegistration
Declaration
public int UserRegistration { get; set; }
Property Value
UserTabId
Declaration
public int UserTabId { get; set; }
Property Value
Users
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public int Users { get; set; }
Property Value
Version
Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.2. No replacement. Scheduled removal in v11.0.0.")]
public string Version { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods