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: 8.0.5.0 (8.0.5.20210818)
Syntax public 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