| SignatureHelperSelectSingleSignature Method (String) | 
            Find the Signature element in the document with the corresponding Id
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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