DataFormWebPart.CacheXslStorage property

Indicates whether to cache the compiled XSLT transformation for the current Web Part.

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

Syntax

'Declaration
<ResourcesAttribute("DataViewWebPartCacheXslStorageLiteral", "Miscellaneous",  _
    "DataViewWebPartCacheXslStorageDescription")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property CacheXslStorage As Boolean
    Get
    Set
'Usage
Dim instance As DataFormWebPart
Dim value As Boolean

value = instance.CacheXslStorage

instance.CacheXslStorage = value
[ResourcesAttribute("DataViewWebPartCacheXslStorageLiteral", "Miscellaneous", 
    "DataViewWebPartCacheXslStorageDescription")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool CacheXslStorage { get; set; }

Property value

Type: System.Boolean

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace