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
DisplayName
Display name of the flow instance
string DisplayName { get; }
Property Value
Id
Unique id defining the flow instance
string Id { get; }