Click or drag to resize

WorkflowFileIsWorkflowFile Method (String)

Checks if a XML String is a WorkflowFile

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static bool IsWorkflowFile(
	string xml
)

Parameters

xml
Type: SystemString
A XML String

Return Value

Type: Boolean
true if it is WorkflowFile
See Also