The PortalInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PortalInfo |
Create new Portalinfo instance
|
Methods
| Name | Description | |
|---|---|---|
| CloneBaseProperties | (Inherited from BaseEntityInfo.) | |
| CreatedByUser |
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.) | |
| Equals | (Inherited from Object.) | |
| Fill |
Fills a PortalInfo from a Data Reader
| |
| FillInternal |
Fills a BaseEntityInfo from a Data Reader
(Inherited from BaseEntityInfo.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LastModifiedByUser |
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| AdministratorId |
UserID of the user who is the admininistrator of the portal
| |
| AdministratorRoleId |
The RoleId of the Security Role of the Administrators group of the portal
| |
| AdministratorRoleName |
The actual name of the Administrators group of the portal.
This name is retrieved from the RoleController object
| |
| AdminTabId |
TabId at which admin tasks start
| |
| BackgroundFile |
Image (bitmap) file that is used as background for the portal
| |
| BannerAdvertising |
Setting for the type of banner advertising in the portal
| |
| CreatedByUserID |
Gets the CreatedByUserID
(Inherited from BaseEntityInfo.) | |
| CreatedOnDate |
Gets the CreatedOnDate
(Inherited from BaseEntityInfo.) | |
| CultureCode | ||
| Currency |
Curreny format that is used in the portal
| |
| Custom404TabId |
Tabid of the Custom 404 page
| |
| Custom500TabId |
Tabid of the Custom 500 error page
| |
| DefaultLanguage |
Default language for the portal
| |
| Description |
Description of the portal
| |
The default e-mail to be used in the porta;
| ||
| ExpiryDate |
Date at which the portal expires
| |
| FooterText |
The footer text as specified in the Portal settings
| |
| GUID |
GUID of the portal info object
| |
| HomeDirectory |
Home directory of the portal (logical path)
| |
| HomeDirectoryMapPath |
Fysical path on disk of the home directory of the portal
| |
| HomeSystemDirectory |
Home System (local) directory of the portal (logical path)
| |
| HomeSystemDirectoryMapPath |
Fysical path on disk of the home directory of the portal
| |
| HomeTabId |
TabdId of the Home page
| |
| HostFee |
Amount of currency that is used as a hosting fee of the portal
| |
| HostSpace |
Total disk space allowed for the portal (Mb). 0 means not limited
| |
| KeyID |
Gets and sets the Key ID
| |
| KeyWords |
Keywords (separated by ,) for this portal
| |
| LastModifiedByUserID |
Gets the LastModifiedByUserID
(Inherited from BaseEntityInfo.) | |
| LastModifiedOnDate |
Gets the LastModifiedOnDate
(Inherited from BaseEntityInfo.) | |
| LoginTabId |
TabId with the login control, page to login
| |
| LogoFile |
The portal has a logo (bitmap) associated with the portal. Teh admin can set the logo in the portal settings
| |
| PageQuota |
Number of portal pages allowed in the portal. 0 means not limited
| |
| Pages |
Actual number of pages of the portal
| |
| PaymentProcessor |
Name of the Payment processor that is used for portal payments, e.g. PayPal
| |
| PortalGroupID |
Contains the id of the portal group that the portal belongs to
Will be null or -1 (null.nullinteger) if the portal does not belong to a portal group
| |
| PortalID |
Unique idenitifier of the Portal within the site
| |
| PortalName |
Name of the portal. Can be set at creation time, Admin can change the name in the portal settings
| |
| ProcessorPassword |
Password to use in the payment processor
| |
| ProcessorUserId |
Payment Processor userId
| |
| RegisteredRoleId |
The RoleId of the Registered users group of the portal.
| |
| RegisteredRoleName |
The actual name of the Registerd Users group of the portal.
This name is retrieved from the RoleController object
| |
| RegisterTabId |
Tabid of the Registration page
| |
| SearchTabId |
Tabid of the Search profile page
| |
| SiteLogHistory | Obsolete.
# of days that Site log history should be kept. 0 means unlimited
| |
| SplashTabId |
TabdId of the splash page. If 0, there is no splash page
| |
| SuperTabId |
TabId at which Host tasks start
| |
| TimeZoneOffset | Obsolete. | |
| UserQuota |
Number of registered users allowed in the portal. 0 means not limited
| |
| UserRegistration |
Type of registration that the portal supports
| |
| Users |
Actual number of actual users for this portal
| |
| UserTabId |
Tabid of the User profile page
| |
| Version |
DNN Version # of the portal installation
|