SPSiteCreationParameters members
Represents the base information used to create a site collection.
The SPSiteCreationParameters type exposes the following members.
Properties
Name | Description | |
---|---|---|
HostHeader | Indicates whether the site collection is a host header site collection or not. | |
ServiceInstance | Returns the Database service instance that the new site should be on. | |
SiteSubscription | The site subscription of the new site collection. | |
Uri | The full URI of the site collection. | |
WebApplication | Web application of this [Microsoft.SharePoint.Administration.SPSiteCreationParameters]. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top