SPFeatureDefinitionScope enumeration
Specifies the scope of the Feature definition.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPFeatureDefinitionScope
'Usage
Dim instance As SPFeatureDefinitionScope
public enum SPFeatureDefinitionScope
Members
Member name | Description | |
---|---|---|
None | Represents a Feature definition with no scope. | |
Farm | Represents a farm-scoped Feature definition. | |
Site | Represents a site collection-scoped Feature definition. | |
Web | Represents a web-scope Feature definition. |