Show / Hide Table of Contents

Class DBC.ExternalDocumentFields

Fields for ExternalDocument, This table stores documents which can be viewed externaly, through the customer module

Inheritance
object
DBC.ExternalDocumentFields
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.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
string

ChangedBy

ExternalDocument.ChangedBy: Who last changed the document

Declaration
public const string ChangedBy = "changed_by"
Field Value
Type Description
string

CreatedAt

ExternalDocument.CreatedAt: When the document was created

Declaration
public const string CreatedAt = "created_at"
Field Value
Type Description
string

CreatedBy

ExternalDocument.CreatedBy: Who created the document

Declaration
public const string CreatedBy = "created_by"
Field Value
Type Description
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
string

Description

ExternalDocument.Description: The description of the external document

Declaration
public const string Description = "description"
Field Value
Type Description
string

ExternalDocumentId

ExternalDocument.ExternalDocumentId: Primary key

Declaration
public const string ExternalDocumentId = "id"
Field Value
Type Description
string

HierarchyId

ExternalDocument.HierarchyId: This document belongs to the following folder

Declaration
public const string HierarchyId = "hierarchy_id"
Field Value
Type Description
string

LastChanged

ExternalDocument.LastChanged: When the document last was changed

Declaration
public const string LastChanged = "last_changed"
Field Value
Type Description
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
string

Title

ExternalDocument.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