Show / Hide Table of Contents

Class DBC.DocDocumentFields

Fields for DocDocument, This table contains documents.

Inheritance
object
DBC.DocDocumentFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.DocDocumentFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top