Partager via


CmsDataFormWebPart.DfwpCacheRead - Méthode

Lectures du cache de formulaires de données.

Espace de noms :  Microsoft.SharePoint.Publishing.WebControls
Assembly :  Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)

Syntaxe

'Déclaration
Protected Overrides Function DfwpCacheRead ( _
    storage As Storage, _
    key As String, _
    forceSharedAppCache As Boolean _
) As Object
'Utilisation
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
)

Paramètres

  • key
    Type : System.String

    Chaîne qui contient la clé de cache.

Valeur renvoyée

Type : System.Object

Voir aussi

Référence

CmsDataFormWebPart classe

CmsDataFormWebPart - Membres

Microsoft.SharePoint.Publishing.WebControls - Espace de noms