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