Specifies the scope to which the feature applies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPFeatureScope
Dim instance As SPFeatureScope
public enum SPFeatureScope
Members
| Member name | Description | |
|---|---|---|
| ScopeInvalid | Specifies that the scope is not valid. | |
| Farm | Specifies server farm. | |
| WebApplication | Specifies Web application. | |
| Site | Specifies site collection. | |
| Web | Specifies Web site. |