WorkflowPageXmlSignatureExists Method (String, Int32) |
Return true if a signature exist for the Id and Index that was passed
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxprotected 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:
Boolean
See Also