Click or drag to resize

WorkflowPageXmlSignatures Property

A collection of XmlElement which are the signatures of the previous actions. The first key is the signature Id and the second key is the index of the action.

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public Dictionary<string, SortedDictionary<int, XmlElement>> XmlSignatures { get; }

Property Value

Type: DictionaryString, SortedDictionaryInt32, XmlElement
See Also