Click or drag to resize

WorkflowFile Methods

The WorkflowFile type exposes the following members.

Methods
  NameDescription
Public methodGetContentBase64String
Gets a WorkflowFile content in Base64 String
Public methodGetXml
Gets a WorkflowFile XML String
Public methodGetXmlDoc
Gets a WorkflowFile XML Document
Public methodStatic memberIsWorkflowFile(String)
Checks if a XML String is a WorkflowFile
Public methodStatic memberIsWorkflowFile(XmlDocument)
Checks if a XML Document is a WorkflowFile
Public methodLoad
Load a file
Public methodLoadXml
Load a WorkflowFile XML String
Public methodLoadXmlDoc
Load a WorkflowFile XML Document
Public methodSave
Save the file to a folder
Top
See Also