Share via


CacheableWebPart.StoreCachedOutput Method

This member is reserved for internal use and is not intended to be used directly from your code.Creates new data in the next cache that is created.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Sub StoreCachedOutput ( _
    ByRef output As HtmlTextWriter _
)
'Usage
Dim instance As CacheableWebPart
Dim output As HtmlTextWriter

instance.StoreCachedOutput(output)
public void StoreCachedOutput(
    ref HtmlTextWriter output
)

Parameters

See Also

Reference

CacheableWebPart Class

CacheableWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace