Class Workflows
Defines the Workflows to provision
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class Workflows : BaseModel, IProvisioningTemplateDescendant
Constructors
Workflows()
Default constructor
Declaration
public Workflows()
Workflows(IEnumerable<WorkflowDefinition>, IEnumerable<WorkflowSubscription>)
Constructor
Declaration
public Workflows(IEnumerable<WorkflowDefinition> workflowDefinitions = null, IEnumerable<WorkflowSubscription> workflowSubscriptions = null)
Parameters
IEnumerable<WorkflowDefinition>
workflowDefinitions
Collection of workflow definitions |
IEnumerable<WorkflowSubscription>
workflowSubscriptions
Collection of workflow subscriptions |
Properties
WorkflowDefinitions
Defines the Workflows Definitions to provision
Declaration
public WorkflowDefinitionCollection WorkflowDefinitions { get; }
Property Value
WorkflowDefinitionCollection
|
WorkflowSubscriptions
Defines the Workflows Subscriptions to provision
Declaration
public WorkflowSubscriptionCollection WorkflowSubscriptions { get; }
Property Value
WorkflowSubscriptionCollection
|