Class DBC.ExternalDocumentFields
Fields for ExternalDocument, This table stores documents which can be viewed externaly, through the customer module
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ExternalDocumentFields
Fields
AttachmentId
ExternalDocument.AttachmentId: The attachment.id for the attachment associated with this external document.
Declaration
public const string AttachmentId = "attachment_id"
Field Value
Type | Description |
---|---|
System.String |
ChangedBy
ExternalDocument.ChangedBy: Who last changed the document
Declaration
public const string ChangedBy = "changed_by"
Field Value
Type | Description |
---|---|
System.String |
CreatedAt
ExternalDocument.CreatedAt: When the document was created
Declaration
public const string CreatedAt = "created_at"
Field Value
Type | Description |
---|---|
System.String |
CreatedBy
ExternalDocument.CreatedBy: Who created the document
Declaration
public const string CreatedBy = "created_by"
Field Value
Type | Description |
---|---|
System.String |
Deleted
ExternalDocument.Deleted: A boolean telling if the external document is to be treated as deleted
Declaration
public const string Deleted = "deleted"
Field Value
Type | Description |
---|---|
System.String |
Description
ExternalDocument.Description: The description of the external document
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
System.String |
ExternalDocumentId
ExternalDocument.ExternalDocumentId: Primary key
Declaration
public const string ExternalDocumentId = "id"
Field Value
Type | Description |
---|---|
System.String |
HierarchyId
ExternalDocument.HierarchyId: This document belongs to the following folder
Declaration
public const string HierarchyId = "hierarchy_id"
Field Value
Type | Description |
---|---|
System.String |
LastChanged
ExternalDocument.LastChanged: When the document last was changed
Declaration
public const string LastChanged = "last_changed"
Field Value
Type | Description |
---|---|
System.String |
SMessage
ExternalDocument.SMessage: Relation to s_message if this document is an image in a newsletter
Declaration
public const string SMessage = "s_message"
Field Value
Type | Description |
---|---|
System.String |
Title
ExternalDocument.Title: The title for the document
Declaration
public const string Title = "title"
Field Value
Type | Description |
---|---|
System.String |