Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Category | Gets a ListCategory value that specifies the category that the list belongs to. |
![]() |
DefaultViewUrl | Gets the URL of the default view for the list. |
![]() |
Id | Gets the ID of the list. |
![]() |
IsHidden | Gets a value that indicates whether the list is hidden. |
![]() |
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