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.7.2.0 (4.7.2.0)
Syntaxpublic XmlNode SelectSingleSignature(
	int index
)
Public Function SelectSingleSignature ( 
	index As Integer
) As XmlNode
Parameters
- index
 - Type: SystemInt32
Signature Index 
Return Value
Type: 
XmlNodeSignature XmlNode corresponding to the index
See Also