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