PublishingWeb.AnonymousPageCacheProfileId property

Gets or sets the identifier (ID) of the ASP.NET output cache profile for this PublishingWeb object.

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

Syntax

'Declaration
Public Property AnonymousPageCacheProfileId As Integer
    Get
    Set
'Usage
Dim instance As PublishingWeb
Dim value As Integer

value = instance.AnonymousPageCacheProfileId

instance.AnonymousPageCacheProfileId = value
public int AnonymousPageCacheProfileId { 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 class should be cached in the ASP.NET output cache.

To save changes after setting this property, call the Update method.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace