FeatureDefinitionScope enumeration

Specifies the feature scope for a feature definition.

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

Syntax

'Declaration
Public Enumeration FeatureDefinitionScope
'Usage
Dim instance As FeatureDefinitionScope
public enum FeatureDefinitionScope

Members

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.

See also

Reference

Microsoft.SharePoint.Client namespace