IContentTypeNodeInfo Interface

Definition

Provides information about the content type (that is, the Microsoft.SharePoint.SPContentType) that is represented by a node in Server Explorer.

public interface class IContentTypeNodeInfo
public interface IContentTypeNodeInfo
type IContentTypeNodeInfo = interface
Public Interface IContentTypeNodeInfo

Remarks

You can retrieve an IContentTypeNodeInfo object from the Annotations property of each IExplorerNode that represents a content type. For more information, see Extending the SharePoint Connections Node in Server Explorer.

Properties

Name

Gets the name of the content type.

Applies to