FeatureScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the context in which a feature is activated.
public enum class FeatureScope
public enum FeatureScope
type FeatureScope =
Public Enum FeatureScope
- Inheritance
-
FeatureScope
Fields
Farm | 0 | Activates a feature for an entire server farm. |
Site | 2 | Activates a feature for all Web sites in a site collection. |
Web | 3 | Activates a feature for a specific Web site. |
WebApplication | 1 | Activates a feature for all web sites in a Web application. |