The PortalController type exposes the following members.

Constructors

  NameDescription
Public methodPortalController
DotNetNuke.Entities.Portals.PortalController

Methods

  NameDescription
Public methodAddPortalAlias
Creates a new portal alias
Public methodStatic memberAddPortalDictionary
Adds the portal dictionary.
Public methodStatic memberCheckDesktopModulesInstalled
Checks the desktop modules whether is installed.
Public methodCopyPageTemplate
Copies the page template.
Public methodStatic memberCreateChildPortalFolder
Creates the root folder for a child portal.
Public methodCreatePortal(String, UserInfo, String, String, PortalController..::..PortalTemplateInfo, String, String, String, String, Boolean)
Creates the portal.
Public methodCreatePortal(String, Int32, String, String, PortalController..::..PortalTemplateInfo, String, String, String, String, Boolean)
Creates the portal.
Public methodCreatePortal(String, UserInfo, String, String, String, String, String, String, String, String, Boolean) Obsolete.
Public methodCreatePortal(String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean) Obsolete.
Public methodStatic memberDeleteExpiredPortals
Deletes all expired portals.
Public methodStatic memberDeletePortal
Deletes the portal.
Public methodStatic memberDeletePortalFolder
Delete the child portal folder and try to remove its parent when parent folder is empty.
Public methodDeletePortalInfo Obsolete.
Public methodStatic memberDeletePortalSetting(Int32, String)
Deletes the portal setting (neutral and for all languages).
Public methodStatic memberDeletePortalSetting(Int32, String, String)
Deletes the portal setting in this language.
Public methodStatic memberDeletePortalSettings(Int32)
Deletes all portal settings by portal id.
Public methodStatic memberDeletePortalSettings(Int32, String)
Deletes all portal settings by portal id and for a given language (Null: all languages and neutral settings).
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetActivePortalLanguage
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
Public methodGetAvailablePortalTemplates
Get all the available portal templates grouped by culture
Public methodStatic memberGetCurrentPortalSettings Obsolete.
Public methodStatic memberGetEffectivePortalId
Public methodStatic memberGetEncryptedString
takes in a text value, decrypts it with a FIPS compliant algorithm and returns the value
Public methodStatic memberGetExpiredPortals
Gets all expired portals.
Protected methodGetFactory (Overrides ServiceLocator<(Of <(<'TContract, TSelf>)>)>..::..GetFactory()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPortal(Guid)
Gets the portal.
Public methodGetPortal(Int32)
Gets information of a portal
Public methodGetPortal(Int32, String)
Gets information of a portal
Public methodStatic memberGetPortalDefaultLanguage
return the current DefaultLanguage value from the Portals table for the requested Portalid
Public methodStatic memberGetPortalDictionary
Gets the portal dictionary.
Public methodStatic memberGetPortalFolder
Get the portal folder froma child portal alias.
Public methodGetPortalList
Get portals in specific culture.
Public methodGetPortals
Gets information from all portals
Public methodStatic memberGetPortalsByName
GetPortalsByName gets all the portals whose name matches a provided filter expression
Public methodStatic memberGetPortalsByUser
Public methodStatic memberGetPortalSetting(String, Int32, String)
Gets the portal setting.
Public methodStatic memberGetPortalSetting(String, Int32, String, String)
Gets the portal setting for a specific language (or neutral).
Public methodStatic memberGetPortalSettingAsBoolean(String, Int32, Boolean)
Gets the portal setting as boolean.
Public methodStatic memberGetPortalSettingAsBoolean(String, Int32, Boolean, String)
Gets the portal setting as boolean for a specific language (or neutral).
Public methodStatic memberGetPortalSettingAsInteger(String, Int32, Int32)
Gets the portal setting as integer.
Public methodStatic memberGetPortalSettingAsInteger(String, Int32, Int32, String)
Gets the portal setting as integer for a specific language (or neutral).
Public methodGetPortalSettings(Int32)
Gets the portal settings dictionary.
Public methodGetPortalSettings(Int32, String)
Gets the portal settings dictionary.
Public methodStatic memberGetPortalSettingsDictionary Obsolete.
Public methodGetPortalSpaceUsed Obsolete.
Public methodGetPortalSpaceUsedBytes
Gets the portal space used bytes.
Public methodGetPortalTemplate
Load info for a portal template
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasSpaceAvailable
Verifies if there's enough space to upload a new file on the given portal
Public methodStatic memberIncrementCrmVersion
Public methodStatic memberIncrementOverridingPortalsCrmVersion
Public methodStatic memberIsChildPortal
Determines whether the portal is child portal.
Public methodStatic memberIsMemberOfPortalGroup
Public methodMapLocalizedSpecialPages
Remaps the Special Pages such as Home, Profile, Search to their localized versions
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParsePanes Obsolete.
Public methodParseTemplate(Int32, PortalController..::..PortalTemplateInfo, Int32, PortalTemplateModuleAction, Boolean)
Processess a template file for the new portal.
Public methodParseTemplate(Int32, String, String, Int32, PortalTemplateModuleAction, Boolean) Obsolete.
Public methodParseTemplate(Int32, String, String, Int32, PortalTemplateModuleAction, Boolean, LocaleCollection%) Obsolete.
Public methodProcessResourceFile Obsolete.
Public methodProcessResourceFileExplicit
Processes the resource file for the template file selected
Public methodRemovePortalLocalization
Removes the related PortalLocalization record from the database, adds optional clear cache
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdateEncryptedString
takes in a text value, encrypts it with a FIPS compliant algorithm and stores
Public methodStatic memberUpdatePortalDefaultLanguage
set the required DefaultLanguage in the Portals table for a particular portal saves having to update an entire PortalInfo object
Public methodUpdatePortalExpiry(Int32) Obsolete.
Public methodUpdatePortalExpiry(Int32, String)
Updates the portal expiry.
Public methodUpdatePortalInfo(PortalInfo)
Updates basic portal information
Public methodUpdatePortalInfo(PortalInfo, Boolean) Obsolete.
Public methodUpdatePortalInfo(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.
Public methodUpdatePortalInfo(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.
Public methodStatic memberUpdatePortalSetting(Int32, String, String)
Updates a single neutral (not language specific) portal setting and clears it from the cache.
Public methodStatic memberUpdatePortalSetting(Int32, String, String, Boolean)
Updates a single neutral (not language specific) portal setting, optionally without clearing the cache.
Public methodStatic memberUpdatePortalSetting(Int32, String, String, String)
Updates a language specific or neutral portal setting and clears it from the cache.
Public methodStatic memberUpdatePortalSetting(Int32, String, String, Boolean, String)
Updates a language specific or neutral portal setting and optionally clears it from the cache.

Extension Methods

  NameDescription
Public Extension MethodToJson
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

See Also