| WorkflowFile Methods | 
The WorkflowFile type exposes the following members.
| Name | Description | |
|---|---|---|
| GetContentBase64String | 
            Gets a WorkflowFile content in Base64 String
              | |
| GetXml | 
            Gets a WorkflowFile XML String
              | |
| GetXmlDoc | 
            Gets a WorkflowFile XML Document
              | |
| IsWorkflowFile(String) | 
            Checks if a XML String is a WorkflowFile
              | |
| IsWorkflowFile(XmlDocument) | 
            Checks if a XML Document is a WorkflowFile
              | |
| Load | 
            Load a file
              | |
| LoadXml | 
            Load a WorkflowFile XML String
              | |
| LoadXmlDoc | 
            Load a WorkflowFile XML Document
              | |
| Save | 
            Save the file to a folder
              |