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: 2.4.0.0 (2.4.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