DeclarativeSolutionSettings Element
(SolutionManifestDeclarativeExtensions Schema)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The SolutionSettings element is used to define the settings for the declarative solution, such as the ID, display name, description, and so on.
Namespace:
http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions
Schema: SolutionManifestDeclarativeExtensions
<SolutionSettings xsl:type="DeclarativeSolutionSettings" xmlns:xsl=http://www.w3.org/2001/XMLSchema-instance" CustomRibbonManager = "String" SolutionId = "String" SolutionDisplayName = "String" SolutionVersion = "String" Description = "String"> </SolutionSettings>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
**CustomRibbonManager** |
Optional. The custom ribbon manager that is used by the solution. Attribute type: **String** |
**SolutionId** |
Required. A unique identifier for this solution. This can be a GUID. In the log, the solution ID may be used to locate errors and warnings pertaining to this solution. Attribute type: **String** |
**SolutionDisplayName** |
Required. The display name of the solution. This is used in the user interface (UI), for example, in the taskpane. Attribute type: **String** |
**SolutionVersion** |
Required. The version of this solution. This attribute is not used by the product in its current release. Attribute type: **String** |
**Description** |
Optional. A description for this solution. Attribute type: **String** |
Child elements
None.
Parent elements
None.