SPWeb.ApplyWebTemplate method

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

Overload list

  Name Description
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

Remarks

Warning

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.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace