Click or drag to resize

SignatureHelperSelectSingleSignature Method (String)

Find the Signature element in the document with the corresponding Id

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(
	string id
)

Parameters

id
Type: SystemString
Signature Id

Return Value

Type: XmlNode
Signature XmlNode corresponding to the id
See Also