XsltListViewWebPart.ModifyXsltArgumentList Method

Modifies the ArgumentClassWrapper object to contain list-related information and list-view XML.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub ModifyXsltArgumentList ( _
    argList As ArgumentClassWrapper _
)
'Usage
Dim argList As ArgumentClassWrapper

Me.ModifyXsltArgumentList(argList)
protected override void ModifyXsltArgumentList(
    ArgumentClassWrapper argList
)

Parameters

Remarks

This override is invoked before the XSLT transformation is performed.

See Also

Reference

XsltListViewWebPart Class

XsltListViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace