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.
Specifies the customization status of a Windows SharePoint Services page.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<FlagsAttribute> _
<ClientCallableTypeAttribute(Name := "CustomizedPageStatus")> _
<SubsetCallableTypeAttribute> _
Public Enumeration SPCustomizedPageStatus
'Usage
Dim instance As SPCustomizedPageStatus
[FlagsAttribute]
[ClientCallableTypeAttribute(Name = "CustomizedPageStatus")]
[SubsetCallableTypeAttribute]
public enum SPCustomizedPageStatus
Members
Member name | Description | |
---|---|---|
None | The page was never cached. | |
Uncustomized | The page is cached and has not been customized. | |
Customized | The page was cached but has been customized. |
Remarks
Windows SharePoint Services pages are cached on Web front-end servers until they are customized, but after customization, their contents is stored in the content database. To remove customizations from a page or from an entire Web site, you can make changes on the Reset Page to Site Definition Version page.