Class WorkflowsWorkflowSubscription
Inheritance
System.Object
WorkflowsWorkflowSubscription
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202002
Assembly: PnP.Framework.dll
Syntax
public class WorkflowsWorkflowSubscription : object
Properties
DefinitionId
Declaration
public string DefinitionId { get; set; }
Property Value
System.
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.
|
EventSourceId
Declaration
public string EventSourceId { get; set; }
Property Value
System.
|
ItemAddedEvent
Declaration
public bool ItemAddedEvent { get; set; }
Property Value
System.
|
ItemUpdatedEvent
Declaration
public bool ItemUpdatedEvent { get; set; }
Property Value
System.
|
ListId
Declaration
public string ListId { get; set; }
Property Value
System.
|
ManualStartBypassesActivationLimit
Declaration
public bool ManualStartBypassesActivationLimit { get; set; }
Property Value
System.
|
ManualStartBypassesActivationLimitSpecified
Declaration
public bool ManualStartBypassesActivationLimitSpecified { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
ParentContentTypeId
Declaration
public string ParentContentTypeId { get; set; }
Property Value
System.
|
PropertyDefinitions
Declaration
public StringDictionaryItem[] PropertyDefinitions { get; set; }
Property Value
StatusFieldName
Declaration
public string StatusFieldName { get; set; }
Property Value
System.
|
WorkflowStartEvent
Declaration
public bool WorkflowStartEvent { get; set; }
Property Value
System.
|