XsltListViewWebPart.ResetClientRender method
Invalidates the cached ClientRender value
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ResetClientRender
'Usage
Dim instance As XsltListViewWebPart
instance.ResetClientRender()
public void ResetClientRender()
Remarks
This method is required when the ViewGuid is reset, but backward API compat doesn't allow to make ViewGuid virtual.