FeatureScope Enum

Definition

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.

Applies to