Share via


PublishingCache.ListCacheContents Method (Stream, SPSite)

Outputs the cache contents of an SPSite object to a Stream object.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Shared Sub ListCacheContents ( _
    stream As Stream, _
    site As SPSite _
)
'Usage
Dim stream As Stream
Dim site As SPSitePublishingCache.ListCacheContents(stream, site)
public static void ListCacheContents(
    Stream stream,
    SPSite site
)

Parameters

  • stream
    Type: System.IO.Stream

    Specifies the stream to which the cache contents of site are output.

See Also

Reference

PublishingCache Class

PublishingCache Members

ListCacheContents Overload

Microsoft.SharePoint.Publishing Namespace