BaseXsltListWebPart.EnsureList method

Ensures that the SPList associated with the BaseXsltListWebPart is loaded.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Friend Overrides Sub EnsureList
'Usage

Me.EnsureList()
protected internal override void EnsureList()

Remarks

This override calls the EnsureList() method of the base class to ensure that the SPList associated with the BaseXsltListWebPart is loaded.

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace