IFeatureNodeInfo Interface
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.
Provides information about the Feature (that is, the Microsoft.SharePoint.SPFeature) that is represented by a node in Server Explorer.
public interface class IFeatureNodeInfo
public interface IFeatureNodeInfo
type IFeatureNodeInfo = interface
Public Interface IFeatureNodeInfo
Remarks
You can retrieve an IFeatureNodeInfo object from the Annotations property of each IExplorerNode that represents a feature. For more information, see Extending the SharePoint Connections Node in Server Explorer.
Properties
Id |
Gets the ID of the feature. |
Name |
Gets the name of the feature. |
Scope |
Gets a FeatureScope value that represents the scope of the feature. |