Click or drag to resize

AttachmentEndDate Property

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.

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public string EndDate { get; set; }

Property Value

Type: String
The end date.
Remarks
Note Note
  • Name - EndDate
Tip Tip

Methods using this property

  • FindAttachmentsForClaim
  • FindAttachmentsForPolicy
  • FindAttachmentsForEntity
See Also