Interface IFlowInstance
Describes a flow instance linked to a library/list
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IFlowInstance
Describes a flow instance linked to a library/list
public interface IFlowInstance
JSON definition of the flow instance
string Definition { get; }
System.
|
Display name of the flow instance
string DisplayName { get; }
System.
|
Unique id defining the flow instance
string Id { get; }
System.
|