Share via


FeatureScope Enum

Definition

Specifies the scope of a Microsoft.SharePoint.SPFeature that a Server Explorer node represents.

public enum class FeatureScope
public enum FeatureScope
type FeatureScope = 
Public Enum FeatureScope
Inheritance
FeatureScope

Fields

Farm 3

The node represents a feature that has farm-level scope.

Site 1

The node represents a feature that has site-level scope.

Web 0

The node represents a feature that has Web-level scope.

WebApplication 2

The node represents a feature that has Web application-level scope.

Remarks

Use the Scope property of an IFeatureNodeInfo object to determine the scope of the feature.

Applies to