DataFormWebPart.ShouldCacheTransform property

Gets a value indicating whether to cache the XSLT transforms.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Friend Overridable ReadOnly Property ShouldCacheTransform As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.ShouldCacheTransform
protected internal virtual bool ShouldCacheTransform { get; }

Property value

Type: System.Boolean
true to cache the XSLT transforms; otherwise false.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace