| WorkflowFileIsWorkflowFile Method (String) | 
            Checks if a XML String is a WorkflowFile
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic static bool IsWorkflowFile(
	string xml
)
Public Shared Function IsWorkflowFile ( 
	xml As String
) As Boolean
Parameters
- xml
 - Type: SystemString
A XML String 
Return Value
Type: 
Booleantrue if it is WorkflowFile
See Also