Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |