The PortalController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PortalController | DotNetNuke.Entities.Portals.PortalController |
Methods
Name | Description | |
---|---|---|
![]() | AddPortalAlias |
Creates a new portal alias
|
![]() ![]() | AddPortalDictionary |
Adds the portal dictionary.
|
![]() ![]() | CheckDesktopModulesInstalled |
Checks the desktop modules whether is installed.
|
![]() | CopyPageTemplate |
Copies the page template.
|
![]() ![]() | CreateChildPortalFolder |
Creates the root folder for a child portal.
|
![]() | CreatePortal(String, UserInfo, String, String, PortalController..::..PortalTemplateInfo, String, String, String, String, Boolean) |
Creates the portal.
|
![]() | CreatePortal(String, Int32, String, String, PortalController..::..PortalTemplateInfo, String, String, String, String, Boolean) |
Creates the portal.
|
![]() | CreatePortal(String, UserInfo, String, String, String, String, String, String, String, String, Boolean) | Obsolete. |
![]() | CreatePortal(String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean) | Obsolete. |
![]() ![]() | DeleteExpiredPortals |
Deletes all expired portals.
|
![]() ![]() | DeletePortal |
Deletes the portal.
|
![]() ![]() | DeletePortalFolder | Delete the child portal folder and try to remove its parent when parent folder is empty. |
![]() | DeletePortalInfo | Obsolete. |
![]() ![]() | DeletePortalSetting(Int32, String) |
Deletes the portal setting (neutral and for all languages).
|
![]() ![]() | DeletePortalSetting(Int32, String, String) |
Deletes the portal setting in this language.
|
![]() ![]() | DeletePortalSettings(Int32) |
Deletes all portal settings by portal id.
|
![]() ![]() | DeletePortalSettings(Int32, String) |
Deletes all portal settings by portal id and for a given language (Null: all languages and neutral settings).
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetActivePortalLanguage |
function provides the language for portalinfo requests
in case where language has not been installed yet, will return the core install default of en-us
|
![]() | GetAvailablePortalTemplates |
Get all the available portal templates grouped by culture
|
![]() ![]() | GetCurrentPortalSettings | Obsolete. |
![]() ![]() | GetEffectivePortalId | |
![]() ![]() | GetEncryptedString |
takes in a text value, decrypts it with a FIPS compliant algorithm and returns the value
|
![]() ![]() | GetExpiredPortals |
Gets all expired portals.
|
![]() | GetFactory | (Overrides ServiceLocator<(Of <(<'TContract, TSelf>)>)>..::..GetFactory()()()().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPortal(Guid) |
Gets the portal.
|
![]() | GetPortal(Int32) |
Gets information of a portal
|
![]() | GetPortal(Int32, String) |
Gets information of a portal
|
![]() ![]() | GetPortalDefaultLanguage |
return the current DefaultLanguage value from the Portals table for the requested Portalid
|
![]() ![]() | GetPortalDictionary |
Gets the portal dictionary.
|
![]() ![]() | GetPortalFolder |
Get the portal folder froma child portal alias.
|
![]() | GetPortalList |
Get portals in specific culture.
|
![]() | GetPortals |
Gets information from all portals
|
![]() ![]() | GetPortalsByName |
GetPortalsByName gets all the portals whose name matches a provided filter expression
|
![]() ![]() | GetPortalsByUser | |
![]() ![]() | GetPortalSetting(String, Int32, String) |
Gets the portal setting.
|
![]() ![]() | GetPortalSetting(String, Int32, String, String) |
Gets the portal setting for a specific language (or neutral).
|
![]() ![]() | GetPortalSettingAsBoolean(String, Int32, Boolean) |
Gets the portal setting as boolean.
|
![]() ![]() | GetPortalSettingAsBoolean(String, Int32, Boolean, String) |
Gets the portal setting as boolean for a specific language (or neutral).
|
![]() ![]() | GetPortalSettingAsInteger(String, Int32, Int32) |
Gets the portal setting as integer.
|
![]() ![]() | GetPortalSettingAsInteger(String, Int32, Int32, String) |
Gets the portal setting as integer for a specific language (or neutral).
|
![]() | GetPortalSettings(Int32) |
Gets the portal settings dictionary.
|
![]() | GetPortalSettings(Int32, String) |
Gets the portal settings dictionary.
|
![]() ![]() | GetPortalSettingsDictionary | Obsolete. |
![]() | GetPortalSpaceUsed | Obsolete. |
![]() | GetPortalSpaceUsedBytes |
Gets the portal space used bytes.
|
![]() | GetPortalTemplate |
Load info for a portal template
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasSpaceAvailable |
Verifies if there's enough space to upload a new file on the given portal
|
![]() ![]() | IncrementCrmVersion | |
![]() ![]() | IncrementOverridingPortalsCrmVersion | |
![]() ![]() | IsChildPortal |
Determines whether the portal is child portal.
|
![]() ![]() | IsMemberOfPortalGroup | |
![]() | MapLocalizedSpecialPages |
Remaps the Special Pages such as Home, Profile, Search
to their localized versions
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ParsePanes | Obsolete. |
![]() | ParseTemplate(Int32, PortalController..::..PortalTemplateInfo, Int32, PortalTemplateModuleAction, Boolean) |
Processess a template file for the new portal.
|
![]() | ParseTemplate(Int32, String, String, Int32, PortalTemplateModuleAction, Boolean) | Obsolete. |
![]() | ParseTemplate(Int32, String, String, Int32, PortalTemplateModuleAction, Boolean, LocaleCollection%) | Obsolete. |
![]() | ProcessResourceFile | Obsolete. |
![]() | ProcessResourceFileExplicit |
Processes the resource file for the template file selected
|
![]() | RemovePortalLocalization |
Removes the related PortalLocalization record from the database, adds optional clear cache
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | UpdateEncryptedString |
takes in a text value, encrypts it with a FIPS compliant algorithm and stores
|
![]() ![]() | UpdatePortalDefaultLanguage |
set the required DefaultLanguage in the Portals table for a particular portal
saves having to update an entire PortalInfo object
|
![]() | UpdatePortalExpiry(Int32) | Obsolete. |
![]() | UpdatePortalExpiry(Int32, String) |
Updates the portal expiry.
|
![]() | UpdatePortalInfo(PortalInfo) |
Updates basic portal information
|
![]() | UpdatePortalInfo(PortalInfo, Boolean) | Obsolete. |
![]() | UpdatePortalInfo(Int32, String, String, String, DateTime, Int32, Int32, String, Int32, Double, Double, Int32, Int32, String, String, String, String, String, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, String) | Obsolete. |
![]() | UpdatePortalInfo(Int32, String, String, String, DateTime, Int32, Int32, String, Int32, Double, Double, Int32, Int32, String, String, String, String, String, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, String, String) | Obsolete. |
![]() ![]() | UpdatePortalSetting(Int32, String, String) |
Updates a single neutral (not language specific) portal setting and clears it from the cache.
|
![]() ![]() | UpdatePortalSetting(Int32, String, String, Boolean) |
Updates a single neutral (not language specific) portal setting, optionally without clearing the cache.
|
![]() ![]() | UpdatePortalSetting(Int32, String, String, String) |
Updates a language specific or neutral portal setting and clears it from the cache.
|
![]() ![]() | UpdatePortalSetting(Int32, String, String, Boolean, String) |
Updates a language specific or neutral portal setting and optionally clears it from the cache.
|
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.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | HtmlText_AutoSaveEnabled | |
![]() ![]() | HtmlText_TimeToAutoSave | |
![]() ![]() | HttpContextKeyPortalSettingsDictionary |