Click or drag to resize
Document Class
Document e.g.: link or file (txt, xlsx, pdf, docx, bmp). Web service access scope - Full access
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesDocument

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

The Document type exposes the following members.

Properties
  NameDescription
Public propertyActorId
Id of document owner. Is required.
Public propertyActorTypeId
Actor Type of the parent object. Work Order, Inventory Asset. Is required.
Public propertyBlob
File object is a content of the file stored in BLOB
Public propertyDescription
Description. Max Length=512. Is required.
Public propertyDocType
Document Type. Is required.
Public propertyDocUrl
Url. Max Length=400
Public propertyEndDate
Defines end of document's lifetime.
Public propertyExtensionId
Extension Id
Public propertyIsPublic
True when is public.
Public propertyIsShared
True when is shared.
Public propertyMimeType
Mime Type. Is required. Max Length=128
Public propertyStartDate
Defines start of document's lifetime.
Public propertyStorageTypeId
Storage Type Id
Public propertyTitle
Title. Max Length=80. Is required.
Public propertyUpdatedBy
Updated By
Public propertyUpdatedDate
Updated Date.
Public propertyWonId
WON (Work Order Network) Id
Public propertyWonMemberId
WON (Work Order Network) member ID
Top
See Also