Show / Hide Table of Contents

Class DBC.AttachmentLocationFields

Fields for AttachmentLocation, A location for storing attachments

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

Fields

AttachmentLocationId

AttachmentLocation.AttachmentLocationId: Primary key

Declaration
public const string AttachmentLocationId = "attachment_location_id"
Field Value
Type Description
string

Path

AttachmentLocation.Path: The path for this location

Declaration
public const string Path = "path"
Field Value
Type Description
string

Registered

AttachmentLocation.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

AttachmentLocation.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Updated

AttachmentLocation.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

AttachmentLocation.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

AttachmentLocation.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top