Table of Contents

Enum CustomizedPageStatus

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies the cache and customization status for a page.

[Flags]
[SuppressMessage("Naming", "CA1714:Flags enums should have plural names", Justification = "<Pending>")]
public enum CustomizedPageStatus

Fields

Customized = 2

Enumeration whose values specify that the page was cached and has been customized. The value = 2.

None = 0

Enumeration whose values specify that the page was never cached. The value = 0.

Uncustomized = 1

Enumeration whose values specify that the page is cached and has not been customized. The value = 1.