Search Results for

    Show / Hide Table of Contents

    Enum AutoCheckRequirementsOptions

    Defines how an engine should behave if the requirements for provisioning publishing capabilities are not satisfied by the target site

    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public enum AutoCheckRequirementsOptions : int

    FailIfNotCompliant

    Instructs the engine to throw an exception/failure if the target site is not compliant with the requirements

    MakeCompliant

    Instructs the engine to make the target site compliant with the requirements

    SkipIfNotCompliant

    Instructs the engine to skip the Publishing section if the target site is not compliant with the requirements

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<AutoCheckRequirementsOptions>(String)
    ObjectExtensions.Set<AutoCheckRequirementsOptions, T>(Expression<Func<AutoCheckRequirementsOptions, T>>, T, Boolean, Boolean)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer