WorkflowBlob Class

Stream data and information to be used in workflow activities for interchange

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class WorkflowBlob
Inheritance
Object    WorkflowBlob

Constructors

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

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

CopyTo Copies blob content to stream.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also