IFieldNodeInfo Interface

Definition

Provides information about the field (that is, the Microsoft.SharePoint.SPField) that is represented by a node in Server Explorer.

public interface class IFieldNodeInfo
public interface IFieldNodeInfo
type IFieldNodeInfo = interface
Public Interface IFieldNodeInfo

Remarks

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

Properties

ContentTypeName

Gets the name of the content type that this field is associated with, if any.

Id

Gets the ID of the field.

IsHidden

Gets a value that indicates whether the field is hidden.

ListId

Gets the ID of the list that this field is associated with, if any.

Title

Gets the name of the field.

Applies to