Stream data and information to be used in workflow activities for interchange
Inheritance Hierarchy
Scanjour.Workflow4.BaseWorkflowBlob
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The WorkflowBlob type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WorkflowBlob(Byte) |
Constructs new instance of WorkflowBlob and fills it with data from the byte array
| |
| WorkflowBlob(Stream) |
Constructs new instance of WorkflowBlob and fills it with data from the given stream
| |
| WorkflowBlob(String) |
Constructs new instance of WorkflowBlob and fills it with a content decoded from BASE64 representation
|
Properties
| Name | Description | |
|---|---|---|
| ContentType |
MIME type of the blob content
| |
| Extension |
File extension used for storing blob content on file system
| |
| Title |
File name used for storing blob content on file system
|
Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copies blob content to stream.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToArray |
Returns content of the blob as byte array.
| |
| ToBase64String |
Returns BASE64 representation of the blob content
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also