SPEvaluatorModeProvisioning Members
Include Protected Members
Include Inherited Members
Represents the class that implements evaluator mode provisioning for stand-alone installations of Microsoft SharePoint Foundation.
The SPEvaluatorModeProvisioning type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPEvaluatorModeProvisioning | Initializes a new instance of the SPEvaluatorModeProvisioning class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of provisioners in the collection. | |
SiteProvisioner | Gets the provisioner that is used for default site creation. |
Top
Methods
Name | Description | |
---|---|---|
AddProvisioner | Creates a provisioner within the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateUniquePort | Returns the number of a port that is not in use. | |
GenerateUniqueUri | Generates a unique URI for a Web site to be provisioned using the form http://host:port. | |
GetEnumerator | Returns an enumerator for iterating the provisioners in the order in which they were added to the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsProvisioned | Returns a Boolean value that indicates whether the provisioners are provisioned. | |
MemberwiseClone | (Inherited from Object.) | |
Provision | Provisions the collection of provisioners in the order in which they were added to the collection. | |
ToString | (Inherited from Object.) | |
TryGetIsSiteProvisioned | Tries to returns a Web site that has been provisioned. |
Top
Fields
Name | Description | |
---|---|---|
MaximumAutomaticRandomPort | Specifies the maximum port number that Microsoft SharePoint Foundation searches for the default SharePoint site. | |
MinimumAutomaticRandomPort | Specifies the minimum port number that Microsoft SharePoint Foundation searches for the default SharePoint site. |
Top