Search Results for

    Show / Hide Table of Contents

    Interface IFlowInstance

    Describes a flow instance linked to a library/list

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IFlowInstance

    Properties

    Definition

    JSON definition of the flow instance

    Declaration
    string Definition { get; }
    Property Value
    System.String

    DisplayName

    Display name of the flow instance

    Declaration
    string DisplayName { get; }
    Property Value
    System.String

    Id

    Unique id defining the flow instance

    Declaration
    string Id { get; }
    Property Value
    System.String

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