Solution Element (Solution)
Top-level element for a solution manifest file.
<Solution Description = string DeploymentServerType = "ApplicationServer" | "WebFrontEnd" ResetWebServer = "TRUE" | "FALSE" ResetWebServerModeOnUpgrade = "Recycle" | "StartStop" SharePointProductVersion = string SolutionId = string Title = string> </Solution>
Attribute | Description | ||||||
|---|---|---|---|---|---|---|---|
Description | Optional string. Specifies a description for the solution. | ||||||
DeploymentServerType | Optional string. Determines whether the solution is deployed to a front-end Web server or to an application server. Possible values include:
| ||||||
ResetWebServer | Optional Boolean. TRUE to specify that the Web server will be reset. | ||||||
ResetWebServerModeOnUpgrade | Optional string. Specifies the type of reset the Web server will perform on solution upgrade. The values are as follows:
| ||||||
SharePointProductVersion | Optional string. Specifies the version of Microsoft SharePoint Foundation. | ||||||
SolutionId | Optional string. Contains the GUID for the solution. | ||||||
Title | Optional string. Specifies the title of the solution. |
None |
For an example of how this element is used, see Solution Schema.