Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StreamSpecifies the stream to which the cache contents of site are output.
site
Type: Microsoft.SharePoint.SPSiteSpecifies an object of type SPSite whose cache contents are output to a stream.