CmsDataFormWebPart.DfwpCacheRead Method
This member overrides DataFormWebPart.DfwpCacheRead(Storage, String, Boolean).
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Overrides Function DfwpCacheRead ( _
storage As Storage, _
key As String, _
forceSharedAppCache As Boolean _
) As Object
'Usage
Dim storage As Storage
Dim key As String
Dim forceSharedAppCache As Boolean
Dim returnValue As Object
returnValue = Me.DfwpCacheRead(storage, _
key, forceSharedAppCache)
protected override Object DfwpCacheRead(
Storage storage,
string key,
bool forceSharedAppCache
)
Parameters
- storage
Type: Microsoft.SharePoint.WebPartPages.Storage
- key
Type: System.String
- forceSharedAppCache
Type: System.Boolean
Return Value
Type: System.Object