This topic has not yet been rated - Rate this topic

SPWeb.ApplyWebTemplate method

Applies the specified site definition object or site template object to the SharePoint Foundation website.

  NameDescription
Public method ApplyWebTemplate(String) Applies the specified site definition or site template to the website that has no template applied to it.
Public method ApplyWebTemplate(SPWebTemplate) Applies the specified site definition object or site template object to the website that has no template applied to it.
Top
Caution noteCaution

Be careful about calling this method within a website provisioning callback function. If you call this method inside of a provisioning callback function 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 configuration can then contain a provisioning assembly callback function that applies the hidden configuration to websites.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.