IListNodeInfo Interface

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

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
Assembly:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions (in Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll)

Syntax

'Declaration
Public Interface IListNodeInfo
public interface IListNodeInfo

The IListNodeInfo type exposes the following members.

Properties

  Name Description
Public property Category Gets a ListCategory value that specifies the category that the list belongs to.
Public property DefaultViewUrl Gets the URL of the default view for the list.
Public property Id Gets the ID of the list.
Public property IsHidden Gets a value that indicates whether the list is hidden.
Public property Title Gets the title of the list.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace