Click or drag to resize

WorkflowFileIsWorkflowFile Method (XmlDocument)

Checks if a XML Document is a WorkflowFile

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static bool IsWorkflowFile(
	XmlDocument xml
)

Parameters

xml
Type: System.XmlXmlDocument
A XML Document

Return Value

Type: Boolean
true if it is WorkflowFile
See Also