PublishingCache - Classe
Fournit la méthode statique ListCacheContents() pour afficher le contenu du cache d'un objet SPSite à un objet Stream .
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.Publishing.PublishingCache
Espace de noms : Microsoft.SharePoint.Publishing
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class PublishingCache
'Utilisation
Dim instance As PublishingCache
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class PublishingCache
Exemples
using Microsoft.SharePoint.Publishing;using System.IO;Stream stream;SPSite site;// Ouput cache contents of site to stream.PublishingCache.ListCacheContents(stream,site);
Imports Microsoft.SharePoint.PublishingImports System.IOPrivate stream As StreamPrivate site As SPSite' Ouput cache contents of site to stream.PublishingCache.ListCacheContents(stream,site)
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.