CmsDataFormWebPart.DfwpCacheRead-Methode
Liest den Datencache für das Formular.
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
)
Parameter
storage
Typ: Microsoft.SharePoint.WebPartPages.StorageEin Storage -Objekt.
key
Typ: System.StringEine Zeichenfolge, die den Cacheschlüssel enthält.
forceSharedAppCache
Typ: System.BooleanEin Boolean -Wert.
Rückgabewert
Typ: System.Object