Click or drag to resize

SignatureHelperSelectSingleSignature Method (Int32)

Find the Signature element in the document with the corresponding index

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public XmlNode SelectSingleSignature(
	int index
)

Parameters

index
Type: SystemInt32
Signature Index

Return Value

Type: XmlNode
Signature XmlNode corresponding to the index
See Also