| Blob Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Blob : CorrigoEntityWithComposedIdOfBlobEntitySpecifierBlob
The Blob type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActorId | 
            Entity that owns this blob - work order id or other.
            Is required.
             | 
|  | ActorTypeId | 
            Work Order or other.
            Is required.
             | 
|  | Body | 
            File content.
            Is required.
             | 
|  | FileName | 
            File name. Max Length=256
             | 
|  | TypeId | 
            File type identifier
             | 
 See Also
See Also