Метод SPSite.SelfServiceCreateSite (String, String, String, UInt32, String, String, String, String, String, String, String, String, SPSiteSubscription)

Creates a site collection by using Self-Service Site Creation based on the specified quota template and other specified information (see parameter list).

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public Function SelfServiceCreateSite ( _
    siteUrl As String, _
    title As String, _
    description As String, _
    nLCID As UInteger, _
    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 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, webTemplate, _
    ownerLogin, ownerName, ownerEmail, _
    contactLogin, contactName, contactEmail, _
    quotaTemplate, siteSubscription)
public SPSite SelfServiceCreateSite(
    string siteUrl,
    string title,
    string description,
    uint nLCID,
    string webTemplate,
    string ownerLogin,
    string ownerName,
    string ownerEmail,
    string contactLogin,
    string contactName,
    string contactEmail,
    string quotaTemplate,
    SPSiteSubscription siteSubscription
)

Параметры

  • siteUrl
    Тип: System.String

    The absolute URL for the site collection.

  • description
    Тип: System.String

    A description of the site to create.

  • nLCID
    Тип: System.UInt32

    An unsigned 32-bit integer representing the location identifier.

  • webTemplate
    Тип: System.String

    Name of the site definition to use in creating the site collection.

  • ownerLogin
    Тип: System.String

    Login name of the site collection owner.

  • ownerName
    Тип: System.String

    Display name for the site collection owner.

  • ownerEmail
    Тип: System.String

    Email for the site collection owner.

  • contactLogin
    Тип: System.String

    Login name of the site collection secondary contact.

  • contactName
    Тип: System.String

    Display name for the site collection secondary contact.

  • contactEmail
    Тип: System.String

    Email for the site collection secondary contact.

Возвращаемое значение

Тип: Microsoft.SharePoint.SPSite
A SPSite object that represents the new site collection.

Замечания

Предупреждение

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.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Перегрузка SelfServiceCreateSite

Пространство имен Microsoft.SharePoint