Click or drag to resize

WorkflowFile Class

Represents a WorkflowFile
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataWorkflowFile

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class WorkflowFile

The WorkflowFile type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowFile
Creates a WorkflowFile instance
Public methodWorkflowFile(String)
Creates an instance from a file
Public methodWorkflowFile(XmlDocument)
Creates an instance from a WorkflowFile XML Document
Top
Properties
  NameDescription
Public propertyContent
File content
Public propertyContentType
Content type
Public propertyDateLastModified
Last modified date
Public propertyDescription
Description
Public propertyName
Name
Public propertyOriginalPath
Original path
Public propertySize
Size
Top
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