FeatureDefinitionScope enumeration
SharePoint Online
Specifies the feature scope for a feature definition.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| Member name | Description | |
|---|---|---|
| None | The feature scope is not specified. The value = 0. | |
| Farm | Enumeration whose values specify that the feature scope has to be at the farm level. The value = 1. | |
| Site | Enumeration whose values specify that the feature scope has to be at the site collection level. The value = 2. | |
| Web | Represents a web-scope Feature definition. |
Show: