CacheableWebPart.CacheStorageType Property

This member is reserved for internal use and is not intended to be used directly from your code.Gets a value indicating whether the Web site can be personalized per user or is the same for all users.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CacheStorageType As Storage
    Get
'Usage
Dim instance As CacheableWebPart
Dim value As Storage

value = instance.CacheStorageType
[BrowsableAttribute(false)]
public Storage CacheStorageType { get; }

Property Value

Type: Microsoft.SharePoint.WebPartPages.Storage
A Microsoft.SharePoint.WebPartPages.Storage indicating whether the Web site can be personalized per user or is the same for all users.

Remarks

If the CacheStorageType property does not indicate that the Web site can be personalized per user, all users can see the information that is cached, if you do not override the property and use it to display sensitive information.

See Also

Reference

CacheableWebPart Class

CacheableWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace