This topic has not yet been rated - Rate this topic

SPWebTemplate.ProvisionClass Property

Gets the name of a class that provides logic for provisioning sites created through the site definition configuration or Web template.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
public string ProvisionClass { get; }

Property Value

Type: System.String
A String that contains the name of the class.

If the SPWebTemplate represents a site definition configuration, this property is the value of the ProvisionClass attribute of a Configuration element in a WebTemp*.xml. (See Understanding WebTemp*.xml Files for more information.)

The ProvisionClass and ProvisionAssembly properties together define an assembly used to support creating sites through the site definition configuration or Web template.

The following is an example of the value of this property.

ProvisionClass="MyCompany.SharePoint. ProvisionHelper.MySiteProvisioningProvider"
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ