SPCustomizedPageStatus Enumeration

Specifies the customization status of a Windows SharePoint Services page.

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

Syntax

Public Enumeration SPCustomizedPageStatus

Dim instance As SPCustomizedPageStatus
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.

See Also

Reference

Microsoft.SharePoint Namespace