WorkflowFileIsWorkflowFile Method (String) |
Checks if a XML String is a WorkflowFile
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public 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