Share via


DeclarativeSolutionSettings Element (SolutionManifestDeclarativeExtensions Schema)

Applies to: SharePoint Server 2010

The <SolutionSettings> element is used to define the settings for the declarative solution, such as the ID, display name, description, and so on.

Namespace: https://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>

Attributes and Elements

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.