FeatureDefinitionScope enumeration

Specifies the feature scope for a feature definition.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneThe feature scope is not specified. The value = 0.
FarmEnumeration whose values specify that the feature scope has to be at the farm level. The value = 1.
SiteEnumeration whose values specify that the feature scope has to be at the site collection level. The value = 2.
WebRepresents a web-scope Feature definition.
Show: