IListNodeInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the list (that is, the Microsoft.SharePoint.SPList) that is represented by a node in Server Explorer.
public interface class IListNodeInfo
public interface IListNodeInfo
type IListNodeInfo = interface
Public Interface IListNodeInfo
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.
Properties
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. |