WorkflowPageXmlSignatureExists Method (String, Int32) |
Return true if a signature exist for the Id and Index that was passed
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax protected bool XmlSignatureExists(
string signatureId,
int index
)
Protected Function XmlSignatureExists (
signatureId As String,
index As Integer
) As Boolean
Parameters
- signatureId
- Type: SystemString
The signature Id to check - index
- Type: SystemInt32
The index of the signature
Return Value
Type:
BooleanSee Also