This topic has not yet been rated - Rate this topic

SPSiteCreationProvider Class

SharePoint 2010

The base class that defines the required functionality to implement a site creation provider.

System.Object
  Microsoft.SharePoint.Administration.SPSiteCreationProvider

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPSiteCreationProvider
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Example Implementation to select the smallest content database
I published an example described in my blog post http://www.fiechter.eu/blog/Lists/Posts/Post.aspx?ID=20&mobile=0.
This example show how to use the SPSiteCreation Provider to select the smallest content db.