Click or drag to resize

Attachment Class

Class Attachment.
Inheritance Hierarchy
SystemObject
  ConneXionAttachment

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
[SerializableAttribute]
public class Attachment

The Attachment type exposes the following members.

Constructors
  NameDescription
Public methodAttachment
Initializes a new instance of the Attachment class.
Top
Properties
  NameDescription
Public propertyAttachDate
Gets the date the file was attached as string, "YYYYMMDD".
Public propertyAttachedBy
Gets or sets the User OPID.
Public propertyAttachedByUserName
Gets the name of the attached by user.
Public propertyAttachmentType
Gets the type of the attachment.
Public propertyAttachTime
Gets the attachment time.
Public propertyCategories
Gets or sets the array of categories that will be used to filter records by when calling any of the FindAttachmentsFor criteria methods.
Public propertyCategory
Gets or sets the category code.
Public propertyCategoryDescription
Gets the category description.
Public propertyClaimRec
Gets or sets the link to claim.
Public propertyClientViewable
Gets or sets the client viewable property.
Public propertyCSR
Gets or sets the CSR code.
Public propertyCSRName
Gets the name of the CSR.
Public propertyDescription
Gets or sets the file description - 80 char.
Public propertyEditBy
Gets the OPID of last person to edit.
Public propertyEditByUserName
Gets the name of the edit by user.
Public propertyEditDate
Gets the date of last edit.
Public propertyEditTime
Gets the time of last edit.
Public propertyEndDate
Gets or sets the end date. This will filter the records returned when calling any of the FindAttachmentsFor criteria methods. Records returned will have attachment dates less than or equal to EndDate.
Public propertyEntityID
Gets or sets the entity identifier.
Public propertyEntityKey
Gets or sets the entity key.
Public propertyFAXCover
Gets the fax cover structure.
Public propertyFileExtension
Gets the file extension.
Public propertyFileInfo
Gets or sets the array of file information classes.
Public propertyFileSize
Gets the size of the file.
Public propertyHasAttachments
Gets whether this attachment has child attachments. String, "True" or "False"
Public propertyIsProhibited
Gets value indicating whether this instance is prohibited.
Public propertyLicenseKey
Gets or sets the license key.
Public propertyMailPhone
Gets the mail phone structure.
Public propertyMaxCount
Gets or sets the limit to the number of records returned when calling a FindAttachmentsFor criteria method to avoid a timeout.
Public propertyNewNotification
Gets or sets the new notification property.
Public propertyParentSequenceNumber
Gets the parent sequence number for multi-paged attachments.
Public propertyPolicyIDX
Gets or sets the index of the policy attached to (ex: -1001).
Public propertyPolicyNumber
Gets the policy number to which the file is attached.
Public propertyPolicyType
Gets or sets the type of the policy to which file is attached.
Public propertyRecordNumber
Gets or sets the database record number of attachment.
Public propertyRetrieveFileInfo
Gets or sets the Retrieve file information flag. When set to "True" the File Info Class will be populated
Public propertySequenceNumber
Gets or sets the attachment sequence number.
Public propertySortDescending
Gets or sets a value indicating whether [sort descending].
Public propertySortFieldName
Gets or sets the name of the sort field.
Public propertyStartDate
Gets or sets the start date. This will filter the records returned when calling any of the FindAttachmentsFor criteria methods. Records returned will have attachment dates greater than or equal to StartDate.
Public propertySubCategory
Gets or sets the sub category.
Public propertyTAMCentralAgency
Gets or sets the tam central agency in TAM Online environments.
Public propertyTAMPassword
Gets or sets the TAM System Password.
Public propertyTAMUserName
Gets or sets the TAM System User ID.
Public propertyUserDate
Gets or sets the user date.
Top
Methods
  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Top
See Also