Class DBC.DocDocumentFields
Fields for DocDocument, This table contains documents.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DocDocumentFields : Object
Fields
AccessLevel
DocDocument.AccessLevel: The access level of the document
Declaration
public const string AccessLevel = "access_level"
Field Value
Type | Description |
---|---|
String |
AttachmentId
DocDocument.AttachmentId: The attachment.id for the attachment associated with this document.
Declaration
public const string AttachmentId = "attachment_id"
Field Value
Type | Description |
---|---|
String |
ChangedBy
DocDocument.ChangedBy: Who last changed the document
Declaration
public const string ChangedBy = "changed_by"
Field Value
Type | Description |
---|---|
String |
CreatedAt
DocDocument.CreatedAt: When the document was created
Declaration
public const string CreatedAt = "created_at"
Field Value
Type | Description |
---|---|
String |
CreatedBy
DocDocument.CreatedBy: Who created the document
Declaration
public const string CreatedBy = "created_by"
Field Value
Type | Description |
---|---|
String |
Description
DocDocument.Description: A descriptive text for the document
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
DocDocumentId
DocDocument.DocDocumentId: The primary key (auto-incremented)
Declaration
public const string DocDocumentId = "id"
Field Value
Type | Description |
---|---|
String |
FolderId
DocDocument.FolderId: The id of the document folder this entry is located in.
Declaration
public const string FolderId = "folder_id"
Field Value
Type | Description |
---|---|
String |
IdString
DocDocument.IdString: A field for an id_string which may be used to access the document
Declaration
public const string IdString = "id_string"
Field Value
Type | Description |
---|---|
String |
LastChanged
DocDocument.LastChanged: When the document last was changed
Declaration
public const string LastChanged = "last_changed"
Field Value
Type | Description |
---|---|
String |
Status
DocDocument.Status: The status of the document
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
String |
Title
DocDocument.Title: The title for the document
Declaration
public const string Title = "title"
Field Value
Type | Description |
---|---|
String |