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.7.2.0 (4.7.2.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