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)

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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace