Table of Contents

Interface IFlowInstance

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

Describes a flow instance linked to a library/list

public interface IFlowInstance

Properties

Definition

JSON definition of the flow instance

string Definition { get; }

Property Value

string

DisplayName

Display name of the flow instance

string DisplayName { get; }

Property Value

string

Id

Unique id defining the flow instance

string Id { get; }

Property Value

string