Click or drag to resize

Blob Class

Stores the file content. Web service access scope - Full access
Inheritance Hierarchy

Namespace:  CorrigoService.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Blob : CorrigoEntityWithComposedIdOfBlobEntitySpecifierBlob

The Blob type exposes the following members.

Properties
  NameDescription
Public propertyActorId
Entity that owns this blob - work order id or other. Is required.
Public propertyActorTypeId
Work Order or other. Is required.
Public propertyBody
File content. Is required.
Public propertyFileName
File name. Max Length=256
Public propertyTypeId
File type identifier
Top
See Also