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.
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.