Метод Web.ApplyWebTemplate
Applies the specified site definition or site template to the website that has no template applied to it.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Sub ApplyWebTemplate ( _
webTemplate As String _
)
'Применение
Dim instance As Web
Dim webTemplate As String
instance.ApplyWebTemplate(webTemplate)
public void ApplyWebTemplate(
string webTemplate
)
Параметры
webTemplate
Тип: System.StringThe name of the site definition or the file name of the site template to be applied.
Замечания
Предупреждение
Be careful about calling this method within a website provisioning callback function. If you call this method inside a provisioning callback that is defined within the same site definition configuration that is being applied, you can cause an infinite loop. Instead, create two similar site definition configurations within the site definition, one that is visible and one that is hidden. The visible configuration can then contain a provisioning assembly callback that applies the hidden configuration to websites.