SPFeatureScope Enumeration

Specifies the scope to which the feature applies.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPFeatureScope
'Usage
Dim instance As SPFeatureScope
[SubsetCallableTypeAttribute]
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.

See Also

Reference

Microsoft.SharePoint Namespace