Click or drag to resize

WorkflowDefinition Class

Specifies a SharePoint workflow that should be available on a SharePoint list.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsWorkflowDefinition

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class WorkflowDefinition

The WorkflowDefinition type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowDefinition
Initializes a new instance of the WorkflowDefinition class
Top
Methods
  NameDescription
Public methodCreate
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldAllowManual
Specifies whether the workflow can be started manually.
Public fieldAssociatedData
The workflow specific XML configuration data.
Public fieldAutoStartChange
Specifies whether the workflow is startet automatically once a list item has changed.
Public fieldAutoStartCreate
Specifies whether the workflow is startet automatically once a new list item is created.
Public fieldHistoryListTitle
The history list associated with the workflow. If the list does not exist, a new one will be created. If this attribute is omitted, a history list with a standard name will be created.
Public fieldName
Specifies a name for the workflow.
Public fieldRequireManageListPermission
Specifies if the workflow requires permissions to manage lists to start it. This attribute is only considered if AllowStartManually is set to 'true'.
Public fieldTaskListTitle
The task list associated with the workflow. If the list does not exist, a new one will be created. If this attribute is omitted, a task list with a standard name will be created.
Public fieldTemplate
Specifies the name of a workflow template that exists in the workflow template gallery of the site.
Top
Remarks
This configuration class can be used within a ListDefinition configuration element.
Remarks
This is a MatchPoint configuration class.
See Also