FeatureScope Enumeration
Specifies the scope of a Microsoft.SharePoint.SPFeature that a Server Explorer node represents.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer.Extensions
Assembly: Microsoft.VisualStudio.SharePoint.Explorer.Extensions (in Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll)
Syntax
'Declaration
Public Enumeration FeatureScope
public enum FeatureScope
Members
Member name | Description | |
---|---|---|
Farm | The node represents a feature that has farm-level scope. | |
Site | The node represents a feature that has site-level scope. | |
Web | The node represents a feature that has Web-level scope. | |
WebApplication | 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.
See Also
Reference
Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace