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.0.0.0 (4.0.0.0)
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