summaryM:DotNetNuke.Data.DataProvider.CreatePortal(System.String,System.String,System.DateTime,System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.String,System.Int32)
Namespace: DotNetNuke.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in Platform 7.4.0, please use CreatePortal version that contain's culturecode")] public virtual int CreatePortal( string portalname, string currency, DateTime ExpiryDate, double HostFee, double HostSpace, int PageQuota, int UserQuota, int SiteLogHistory, string HomeDirectory, int CreatedByUserID ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in Platform 7.4.0, please use CreatePortal version that contain's culturecode")> 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, 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.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.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.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.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.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.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.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.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.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.Int32)