summaryM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)

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

Syntax

C#
public virtual int CreatePortal(
	string portalname,
	string currency,
	DateTime ExpiryDate,
	double HostFee,
	double HostSpace,
	int PageQuota,
	int UserQuota,
	int SiteLogHistory,
	string HomeDirectory,
	string CultureCode,
	int CreatedByUserID
)
Visual Basic
Public Overridable Function CreatePortal ( 
	portalname As String,
	currency As String,
	ExpiryDate As DateTime,
	HostFee As Double,
	HostSpace As Double,
	PageQuota As Integer,
	UserQuota As Integer,
	SiteLogHistory As Integer,
	HomeDirectory As String,
	CultureCode As String,
	CreatedByUserID As Integer
) As Integer

Parameters

portalname
Type: System..::..String
paramportalnameM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
currency
Type: System..::..String
paramcurrencyM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
ExpiryDate
Type: System..::..DateTime
paramExpiryDateM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
HostFee
Type: System..::..Double
paramHostFeeM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
HostSpace
Type: System..::..Double
paramHostSpaceM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
PageQuota
Type: System..::..Int32
paramPageQuotaM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
UserQuota
Type: System..::..Int32
paramUserQuotaM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
SiteLogHistory
Type: System..::..Int32
paramSiteLogHistoryM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
HomeDirectory
Type: System..::..String
paramHomeDirectoryM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
CultureCode
Type: System..::..String
paramCultureCodeM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)
CreatedByUserID
Type: System..::..Int32
paramCreatedByUserIDM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)

Return Value

returnsM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32)

See Also