Class WorkflowsWorkflowDefinition
Inheritance
System.Object
WorkflowsWorkflowDefinition
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202002
Assembly: PnP.Framework.dll
Syntax
public class WorkflowsWorkflowDefinition : object
Properties
AssociationUrl
Declaration
public string AssociationUrl { get; set; }
Property Value
System.
|
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
DraftVersion
Declaration
public string DraftVersion { get; set; }
Property Value
System.
|
FormField
Declaration
public Xml.XmlElement FormField { get; set; }
Property Value
System.
|
Id
Declaration
public string Id { get; set; }
Property Value
System.
|
InitiationUrl
Declaration
public string InitiationUrl { get; set; }
Property Value
System.
|
Properties
Declaration
public StringDictionaryItem[] Properties { get; set; }
Property Value
Published
Declaration
public bool Published { get; set; }
Property Value
System.
|
PublishedSpecified
Declaration
public bool PublishedSpecified { get; set; }
Property Value
System.
|
RequiresAssociationForm
Declaration
public bool RequiresAssociationForm { get; set; }
Property Value
System.
|
RequiresAssociationFormSpecified
Declaration
public bool RequiresAssociationFormSpecified { get; set; }
Property Value
System.
|
RequiresInitiationForm
Declaration
public bool RequiresInitiationForm { get; set; }
Property Value
System.
|
RequiresInitiationFormSpecified
Declaration
public bool RequiresInitiationFormSpecified { get; set; }
Property Value
System.
|
RestrictToScope
Declaration
public string RestrictToScope { get; set; }
Property Value
System.
|
RestrictToType
Declaration
public WorkflowsWorkflowDefinitionRestrictToType RestrictToType { get; set; }
Property Value
RestrictToTypeSpecified
Declaration
public bool RestrictToTypeSpecified { get; set; }
Property Value
System.
|
XamlPath
Declaration
public string XamlPath { get; set; }
Property Value
System.
|