public class WorkflowBlob
Public Class WorkflowBlob
public ref class WorkflowBlob
type WorkflowBlob = class end
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 |
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 |
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) |
FormatFromDictionary | (Defined by DictionaryExtensions) |
GetFirstValue | (Defined by DictionaryExtensions) |