BaseXsltListWebPart.ShouldCacheTransform property
always cache transform.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Overrides ReadOnly Property ShouldCacheTransform As Boolean
Get
'Usage
Dim value As Boolean
value = Me.ShouldCacheTransform
protected internal override bool ShouldCacheTransform { get; }
Property value
Type: System.Boolean