WorkflowFileIsWorkflowFile Method (String) | 
 
            Checks if a XML String 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(
	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