| Document Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Document : CorrigoEntityWithOptimisticLock
The Document type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActorId | 
            Id of document owner.
            Is required.
             | 
|  | ActorTypeId | 
            Actor Type of the parent object. Work Order, Inventory Asset.
            Is required.
             | 
|  | Blob | 
            File object is a content of the file stored in BLOB
             | 
|  | Description | 
            Description.
            Max Length=512.
            Is required.
             | 
|  | DocType | 
            Document Type.
            Is required.
             | 
|  | DocUrl | 
            Url.
            Max Length=400
             | 
|  | EndDate | 
            Defines end of document's lifetime.
             | 
|  | ExtensionId | 
            Extension Id
             | 
|  | IsPublic | 
            True when is public.
             | 
|  | IsShared | 
            True when is shared.
             | 
|  | MimeType | 
            Mime Type.
            Is required.
            Max Length=128
             | 
|  | StartDate | 
            Defines start of document's lifetime.
             | 
|  | StorageTypeId | 
            Storage Type Id
             | 
|  | Title | 
            Title.
            Max Length=80.
            Is required.
             | 
|  | UpdatedBy | 
            Updated By
             | 
|  | UpdatedDate | 
            Updated Date.
             | 
|  | WonId | 
            WON (Work Order Network) Id
             | 
|  | WonMemberId | 
            WON (Work Order Network) member ID
             | 
 See Also
See Also