Updates the portal information.Saving basic portal settings at Admin - Site settings / Host - Portals - Edit Portal.

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void UpdatePortalInfo(
	int portalId,
	int portalGroupId,
	string portalName,
	string logoFile,
	string footerText,
	DateTime expiryDate,
	int userRegistration,
	int bannerAdvertising,
	string currency,
	int administratorId,
	double hostFee,
	double hostSpace,
	int pageQuota,
	int userQuota,
	string paymentProcessor,
	string processorUserId,
	string processorPassword,
	string description,
	string keyWords,
	string backgroundFile,
	int siteLogHistory,
	int splashTabId,
	int homeTabId,
	int loginTabId,
	int registerTabId,
	int userTabId,
	int searchTabId,
	int custom404TabId,
	int custom500TabId,
	string defaultLanguage,
	string homeDirectory,
	int lastModifiedByUserID,
	string cultureCode
)
Visual Basic
Public Overridable Sub UpdatePortalInfo ( 
	portalId As Integer,
	portalGroupId As Integer,
	portalName As String,
	logoFile As String,
	footerText As String,
	expiryDate As DateTime,
	userRegistration As Integer,
	bannerAdvertising As Integer,
	currency As String,
	administratorId As Integer,
	hostFee As Double,
	hostSpace As Double,
	pageQuota As Integer,
	userQuota As Integer,
	paymentProcessor As String,
	processorUserId As String,
	processorPassword As String,
	description As String,
	keyWords As String,
	backgroundFile As String,
	siteLogHistory As Integer,
	splashTabId As Integer,
	homeTabId As Integer,
	loginTabId As Integer,
	registerTabId As Integer,
	userTabId As Integer,
	searchTabId As Integer,
	custom404TabId As Integer,
	custom500TabId As Integer,
	defaultLanguage As String,
	homeDirectory As String,
	lastModifiedByUserID As Integer,
	cultureCode As String
)

Parameters

portalId
Type: System..::..Int32
The portal identifier.
portalGroupId
Type: System..::..Int32
The portal group identifier.
portalName
Type: System..::..String
Name of the portal.
logoFile
Type: System..::..String
The logo file.
footerText
Type: System..::..String
The footer text.
expiryDate
Type: System..::..DateTime
The expiry date.
userRegistration
Type: System..::..Int32
The user registration.
bannerAdvertising
Type: System..::..Int32
The banner advertising.
currency
Type: System..::..String
The currency.
administratorId
Type: System..::..Int32
The administrator identifier.
hostFee
Type: System..::..Double
The host fee.
hostSpace
Type: System..::..Double
The host space.
pageQuota
Type: System..::..Int32
The page quota.
userQuota
Type: System..::..Int32
The user quota.
paymentProcessor
Type: System..::..String
The payment processor.
processorUserId
Type: System..::..String
The processor user identifier.
processorPassword
Type: System..::..String
The processor password.
description
Type: System..::..String
The description.
keyWords
Type: System..::..String
The key words.
backgroundFile
Type: System..::..String
The background file.
siteLogHistory
Type: System..::..Int32
The site log history.
splashTabId
Type: System..::..Int32
The splash tab identifier.
homeTabId
Type: System..::..Int32
The home tab identifier.
loginTabId
Type: System..::..Int32
The login tab identifier.
registerTabId
Type: System..::..Int32
The register tab identifier.
userTabId
Type: System..::..Int32
The user tab identifier.
searchTabId
Type: System..::..Int32
The search tab identifier.
custom404TabId
Type: System..::..Int32
The custom404 tab identifier.
custom500TabId
Type: System..::..Int32
The custom500 tab identifier.
defaultLanguage
Type: System..::..String
The default language.
homeDirectory
Type: System..::..String
The home directory.
lastModifiedByUserID
Type: System..::..Int32
The last modified by user identifier.
cultureCode
Type: System..::..String
The culture code.

See Also