PublishingWeb.AuthenticatedPageCacheProfileId Property
Gets or sets the ID of the authenticated page output cache profile for this PublishingWeb object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property AuthenticatedPageCacheProfileId As Integer
Get
Set
'Usage
Dim instance As PublishingWeb
Dim value As Integer
value = instance.AuthenticatedPageCacheProfileId
instance.AuthenticatedPageCacheProfileId = value
public int AuthenticatedPageCacheProfileId { get; set; }
Property Value
Type: System.Int32
An integer representing the ID of the cache profile. A value of -1 indicates that the profile should be inherited from a parent PublishingWeb object if possible.
Remarks
Use this property to determine if and how PublishingPage objects that are contained by the PublishingWeb object should be cached in the ASP.NET output cache for authenticated users.
To save changes after setting this property, call the Update method.