SPEvaluatorModeProvisioner Members
Include Protected Members
Include Inherited Members
Represents a provisioner for creating the default site and content in stand-alone installations of Microsoft SharePoint Foundation.
The SPEvaluatorModeProvisioner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPEvaluatorModeProvisioner | Initializes a new instance of the SPEvaluatorModeProvisioner class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationPoolName | Gets or sets the name of the application pool used for the new Web site. | |
ApplicationPoolPassword | Password for the application pool user. | |
ApplicationPoolUser | The name of the application pool user. | |
DatabaseInstanceName | Gets or sets the name of the database instance where the content database is to be created. | |
Name | Gets the name of the provisioner, which serves as a key into the collection of provisioners. | |
Owner | Gets the object that owns this provisioner and contains the parent collection of provisioners. | |
Port | Gets or sets the port used for the default SharePoint site. | |
ProvisionedSite | Gets a site collection object representing a site that has been provisioned. | |
ProvisionedUri | Gets the URI that has been provisioned. | |
ProvisionedWeb | Gets a Web site object representing a Web site that has been provisioned. | |
ProvisioningAssemblyTemplate | Gets or sets the name of an associated assembly that Microsoft SharePoint Foundation calls for doing additional provisioning. | |
SiteOwnerAccount | Site owner account to be used when provisioning the default website. | |
SiteRelativeUrl | Gets or sets the server-relative URL for creating a Web application. | |
SiteTemplate | Gets or sets the name of the site definition to use when creating the default content Web site. | |
SiteTitle | Gets or sets the title to use when creating the default content Web site. | |
WebSiteName | Gets or sets the name of a Web site that hosts the new site. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsProvisioned | Returns a Boolean value that indicates whether a site with the appropriate template has been provisioned on the server. | |
MemberwiseClone | (Inherited from Object.) | |
Provision | Executes provisioning of the evaluator mode of Microsoft SharePoint Foundation during installation. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
provisionedUri | Specifies the URI that is provisioned by Microsoft SharePoint Foundation. |
Top