ActivationDependency Element (Feature)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Represents a feature on which activation of the current feature depends.
<ActivationDependency
FeatureId = Guid>
</ActivationDependency>
Attributes
Attribute |
Description |
---|---|
FeatureId |
Required Guid. The ID of the feature that this particular dependency is referring to. |
Child Elements
None |
Parent Elements
Occurrences
Minimum: 0 Maximum: Unbounded |
Remarks
Windows SharePoint Services does not support a cross-scope activation dependency if the current Feature depends upon another Feature at a more restrictive scope, or if the current Feature depends on a hidden Feature.
Example
For an example of how this element is used, see Feature.xml Files.
Microsoft.Win32.RegistryKey#4