IListViewNodeInfo 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 view (that is, the Microsoft.SharePoint.SPView) that is represented by a node in Server Explorer.
public interface class IListViewNodeInfo
public interface IListViewNodeInfo
type IListViewNodeInfo = interface
Public Interface IListViewNodeInfo
Remarks
You can retrieve an IListViewNodeInfo object from the Annotations property of each IExplorerNode that represents a list view. For more information, see Extending the SharePoint Connections Node in Server Explorer.
Properties
Id |
Gets the ID of the view. |
ListId |
Gets the ID of the Microsoft.SharePoint.SPList that this view is associated with. |
Text |
Gets the text of the view. |
Url |
Gets the URL of the view. |