Share via


SPWeb.ApplyWebTemplate Method

Include Protected Members
Include Inherited Members

Applies the specified site definition object or site template object to the Windows SharePoint Services Web site.

Overload List

  Name Description
ApplyWebTemplate(String) Applies the specified site definition or site template to the Web site that has no template applied to it.
ApplyWebTemplate(SPWebTemplate) Applies the specified site definition object or site template object to the Web site that has no template applied to it.

Top

Remarks

Warning

Be careful about calling the ApplyWebTemplate method within a Web site 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 Web sites.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace