FeatureScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Web | 0 | The node represents a feature that has Web-level scope. |
Site | 1 | The node represents a feature that has site-level scope. |
WebApplication | 2 | The node represents a feature that has Web application-level scope. |
Farm | 3 | The node represents a feature that has farm-level scope. |
Remarks
Use the Scope property of an IFeatureNodeInfo object to determine the scope of the feature.