SP.WebCreationInformation.webTemplate Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the name of the site template to be used for creating the new site.
var value = SP.WebCreationInformation.get_webTemplate();
SP.WebCreationInformation.set_webTemplate(value);
Property Value
Type: String
Applies To
SP.WebCreationInformation Class
Remarks
This property must refer to an existing site template.
See Also
Reference
SP.WebCreationInformation Methods