WorkflowFileIsWorkflowFile Method (XmlDocument) | 
 
            Checks if a XML Document is a WorkflowFile
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static bool IsWorkflowFile(
	XmlDocument xml
)
Public Shared Function IsWorkflowFile ( 
	xml As XmlDocument
) As Boolean
Parameters
- xml
 - Type: System.XmlXmlDocument
A XML Document 
Return Value
Type: 
Booleantrue if it is WorkflowFile
See Also