SPSite.SelfServiceCreateSite-Methode (String, String, String, UInt32, Int32, String, String, String, String, String, String, String, String)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
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 _
) As SPSite
'Usage
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 returnValue As SPSite
returnValue = instance.SelfServiceCreateSite(siteUrl, _
title, description, nLCID, compatibilityLevel, _
webTemplate, ownerLogin, ownerName, _
ownerEmail, contactLogin, contactName, _
contactEmail, quotaTemplate)
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
)
Parameter
siteUrl
Typ: System.StringThe absolute URL for the site collection.
title
Typ: System.StringTitle of the site to create.
description
Typ: System.StringA description of the site to create.
nLCID
Typ: System.UInt32An unsigned 32-bit integer representing the location identifier.
- compatibilityLevel
Typ: System.Int32
webTemplate
Typ: System.StringName of the site definition to use in creating the site collection.
ownerLogin
Typ: System.StringLogin name of the site collection owner.
ownerName
Typ: System.StringDisplay name for the site collection owner.
ownerEmail
Typ: System.StringEmail for the site collection owner.
contactLogin
Typ: System.StringLogin name of the site collection secondary contact.
contactName
Typ: System.StringDisplay name for the site collection secondary contact.
contactEmail
Typ: System.StringEmail for the site collection secondary contact.
quotaTemplate
Typ: System.StringQuota template name.
Rückgabewert
Typ: Microsoft.SharePoint.SPSite
An SPSite object that represents the new site collection.
Hinweise
This method throws an ArgumentException if the value passed for strSiteUrl does not specify an absolute URL. If this method is called when Self-Service Site Creation is disabled on the server an SPException is thrown.