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: 8.0.0.0 (8.0.0.0)
Syntax public XmlNode SelectSingleSignature(
string id
)
Public Function SelectSingleSignature (
id As String
) As XmlNode
Parameters
- id
- Type: SystemString
Signature Id
Return Value
Type:
XmlNodeSignature XmlNode corresponding to the id
See Also