WorkflowBlob Class

Scanjour Workflow4 Reference Manual
Stream data and information to be used in workflow activities for interchange
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.BaseWorkflowBlob

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class WorkflowBlob

The WorkflowBlob type exposes the following members.

Constructors

  NameDescription
Public methodWorkflowBlob(Byte)
Constructs new instance of WorkflowBlob and fills it with data from the byte array
Public methodWorkflowBlob(Stream)
Constructs new instance of WorkflowBlob and fills it with data from the given stream
Public methodWorkflowBlob(String)
Constructs new instance of WorkflowBlob and fills it with a content decoded from BASE64 representation
Top
Properties

  NameDescription
Public propertyContentType
MIME type of the blob content
Public propertyExtension
File extension used for storing blob content on file system
Public propertyTitle
File name used for storing blob content on file system
Top
Methods

  NameDescription
Public methodCopyTo
Copies blob content to stream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArray
Returns content of the blob as byte array.
Public methodToBase64String
Returns BASE64 representation of the blob content
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference