summaryM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)

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

Syntax

C#
public virtual void UpdatePortalSetup(
	int portalId,
	int administratorId,
	int administratorRoleId,
	int registeredRoleId,
	int splashTabId,
	int homeTabId,
	int loginTabId,
	int registerTabId,
	int userTabId,
	int searchTabId,
	int custom404TabId,
	int custom500TabId,
	int adminTabId,
	string cultureCode
)
Visual Basic
Public Overridable Sub UpdatePortalSetup ( 
	portalId As Integer,
	administratorId As Integer,
	administratorRoleId As Integer,
	registeredRoleId 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,
	adminTabId As Integer,
	cultureCode As String
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
administratorId
Type: System..::..Int32
paramadministratorIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
administratorRoleId
Type: System..::..Int32
paramadministratorRoleIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
registeredRoleId
Type: System..::..Int32
paramregisteredRoleIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
splashTabId
Type: System..::..Int32
paramsplashTabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
homeTabId
Type: System..::..Int32
paramhomeTabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
loginTabId
Type: System..::..Int32
paramloginTabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
registerTabId
Type: System..::..Int32
paramregisterTabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
userTabId
Type: System..::..Int32
paramuserTabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
searchTabId
Type: System..::..Int32
paramsearchTabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
custom404TabId
Type: System..::..Int32
paramcustom404TabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
custom500TabId
Type: System..::..Int32
paramcustom500TabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
adminTabId
Type: System..::..Int32
paramadminTabIdM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)
cultureCode
Type: System..::..String
paramcultureCodeM:DotNetNuke.Data.DataProvider.UpdatePortalSetup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)

See Also