IFeatureNodeInfo Interface

Definition

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.

Applies to