RefinementWebPart.ModifyXsltArgumentList method
Modifies the XSLT argument list before it is passed to the XSLT transformation.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.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
argList
Type: Microsoft.SharePoint.WebPartPages.ArgumentClassWrapperThe argument list.
Remarks
This override sets the property values of the refinement Web Part to the argument list before it is passed to the XSLT transformation.