Search Results for

    Show / Hide Table of Contents

    Enum CustomizedPageStatus

    Specifies the cache and customization status for a page.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum CustomizedPageStatus : int

    Customized

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

    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.

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer