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.
Returns the provider interface for connecting two server controls using an entire table of data.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function ConnectionInterface As IWebPartTable
'Usage
Dim instance As XsltListViewWebPart
Dim returnValue As IWebPartTable
returnValue = instance.ConnectionInterface()
public IWebPartTable ConnectionInterface()
Return Value
Type: System.Web.UI.WebControls.WebParts.IWebPartTable
The provider interface for connecting two server controls using an entire table of data.
Remarks
This method returns the XsltListViewWebPart object as the provider interface for connecting two server controls using an entire table of data.