SearchResultsBaseWebPart.ModifyXsltArgumentList Method
Changes the XSL argument list generated by the base class before it is passed to the XSL 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 generated by the base class.
See Also
Reference
SearchResultsBaseWebPart Class