Share via


LevelHierarchyWebPart.ModifyXsltArgumentList method

Changes the XSL argument list generated by the base class before it is passed to the XSL transformer.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

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

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

Parameters

See also

Reference

LevelHierarchyWebPart class

LevelHierarchyWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace