Enum CustomizedPageStatus
Specifies the cache and customization status for a page.
Assembly: PnP.Core.dll
Syntax
public enum CustomizedPageStatus : int
Enumeration whose values specify that the page was cached and has been customized. The value = 2.
Enumeration whose values specify that the page was never cached. The value = 0.
Enumeration whose values specify that the page is cached and has not been customized. The value = 1.