DataFormWebPart.ShouldCacheDataSource Property
Indicates whether the compiled XSLT transformation for the current Web Part is cached.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable ReadOnly Property ShouldCacheDataSource As Boolean
Get
'Usage
Dim value As Boolean
value = Me.ShouldCacheDataSource
protected virtual bool ShouldCacheDataSource { get; }
Property Value
Type: System.Boolean
A Boolean value that indicates whether to cache the compiled XSLT transformation.