ActivationDependency element (Solution)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the activation dependencies for a solution.
<ActivationDependency
SolutionId = string
SolutionName = string
SolutionTitle = string
SolutionUrl = string />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
SolutionId | Required string. Specifies the solution ID of the dependency. |
SolutionName | Optional string. Specifies the name of the solution dependency. |
SolutionTitle | Optional string. Specifies the title of the solution dependency. |
SolutionUrl | Optional string. Specifies the URL of the solution dependency. |
Child elements
None
Parent elements
Example
For an example of how this element is used, see Solution schema.