CustomizedPageStatus enumeration

Specifies the cache and customization status for a page.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CustomizedPageStatus
'Usage
Dim instance As CustomizedPageStatus
[FlagsAttribute]
public enum CustomizedPageStatus

Members

Member name Description
None Enumeration whose values specify that the page was never cached. The value = 0.
Uncustomized Enumeration whose values specify that the page is cached and has not been customized. The value = 1.
Customized Enumeration whose values specify that the page was cached and has been customized. The value = 2.

See also

Reference

Microsoft.SharePoint.Client namespace