| WorkflowFileIsWorkflowFile Method (XmlDocument) | 
            Checks if a XML Document is a WorkflowFile
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.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