Search Results for

    Show / Hide Table of Contents

    Enum FlowsPolicy

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

    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public enum FlowsPolicy : int
    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.

    Disabled

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

    NotDisabled

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

    Unknown

    Internal use

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