WorkflowFile Class |
Namespace: WorkflowGen.My.Data
The WorkflowFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | WorkflowFile |
Creates a WorkflowFile instance
|
![]() | WorkflowFile(String) |
Creates an instance from a file
|
![]() | WorkflowFile(XmlDocument) |
Creates an instance from a WorkflowFile XML Document
|
Name | Description | |
---|---|---|
![]() | Content |
File content
|
![]() | ContentType |
Content type
|
![]() | DateLastModified |
Last modified date
|
![]() | Description |
Description
|
![]() | Name |
Name
|
![]() | OriginalPath |
Original path
|
![]() | Size |
Size
|
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
|