CacheDataStorage Enumeration

Represents the type of caching to use when storing data for a data view.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Enumeration CacheDataStorage
'Usage
Dim instance As CacheDataStorage
public enum CacheDataStorage

Members

Member name Description
eCDSOff Do not cache.
eCDSPerUser Store data in per user cache.
eCDSShared Store data in a shared cache.
eCDSDefault Use default caching mode as specified for the view.

See Also

Reference

Microsoft.SharePoint.WebPartPages Namespace