Table of Contents

Enum FlowsPolicy

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

Indicates whether flows are disabled in all the webs of this site

public enum FlowsPolicy

Fields

Disabled = 1

Indicates that flows are disabled in all the webs of this site

NotDisabled = 2

Indicates that flows may be enabled in some of the webs of this site

Unknown = 0

Internal use

Remarks

Note that while this property being Disabled guarantees that no flows are available in any of the child webs, the opposite is not the case. In other words, if this property is NotDisabled, it does not guarantee that flows are available in all of the child webs. That decision is left up to the individual webs.