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: 2.4.0.0 (2.4.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