Creates a site collection by using Self-Service Site Creation based on the specified quota template and other information.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function SelfServiceCreateSite ( _
siteUrl As String, _
title As String, _
description As String, _
nLCID As UInteger, _
compatibilityLevel As Integer, _
webTemplate As String, _
ownerLogin As String, _
ownerName As String, _
ownerEmail As String, _
contactLogin As String, _
contactName As String, _
contactEmail As String, _
quotaTemplate As String, _
siteSubscription As SPSiteSubscription _
) As SPSite
用法
Dim instance As SPSite
Dim siteUrl As String
Dim title As String
Dim description As String
Dim nLCID As UInteger
Dim compatibilityLevel As Integer
Dim webTemplate As String
Dim ownerLogin As String
Dim ownerName As String
Dim ownerEmail As String
Dim contactLogin As String
Dim contactName As String
Dim contactEmail As String
Dim quotaTemplate As String
Dim siteSubscription As SPSiteSubscription
Dim returnValue As SPSite
returnValue = instance.SelfServiceCreateSite(siteUrl, _
title, description, nLCID, compatibilityLevel, _
webTemplate, ownerLogin, ownerName, _
ownerEmail, contactLogin, contactName, _
contactEmail, quotaTemplate, siteSubscription)
public SPSite SelfServiceCreateSite(
string siteUrl,
string title,
string description,
uint nLCID,
int compatibilityLevel,
string webTemplate,
string ownerLogin,
string ownerName,
string ownerEmail,
string contactLogin,
string contactName,
string contactEmail,
string quotaTemplate,
SPSiteSubscription siteSubscription
)
参数
- siteUrl
类型:System.String
- title
类型:System.String
- description
类型:System.String
- nLCID
类型:System.UInt32
- compatibilityLevel
类型:System.Int32
- webTemplate
类型:System.String
- ownerLogin
类型:System.String
- ownerName
类型:System.String
- ownerEmail
类型:System.String
- contactLogin
类型:System.String
- contactName
类型:System.String
- contactEmail
类型:System.String
- quotaTemplate
类型:System.String
- siteSubscription
类型:Microsoft.SharePoint.SPSiteSubscription
返回值
类型:Microsoft.SharePoint.SPSite
An SPSite object that represents the new site collection.
备注
The SelfServiceCreateSite method throws an exception of type ArgumentException if the value passed for the strSiteUrl parameter does not specify an absolute URL. If this method is called when Self-Service Site Creation is disabled on the server, an exception of type SPException is thrown.