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.
Set the anonymous cache profile id for the page output cache.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub SetAnonymousPageCacheProfileId ( _
site As SPSite, _
value As Integer _
)
'Usage
Dim instance As SiteCacheSettingsWriter
Dim site As SPSite
Dim value As Integer
instance.SetAnonymousPageCacheProfileId(site, _
value)
public void SetAnonymousPageCacheProfileId(
SPSite site,
int value
)
Parameters
- site
Type: Microsoft.SharePoint.SPSite
- value
Type: System.Int32