Click or drag to resize

AttachmentStartDate Property

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.

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

Property Value

Type: String
The start date.
Remarks
Note Note
  • Name - StartDate
Tip Tip

Methods using this property

  • FindAttachmentsForClaim
  • FindAttachmentsForPolicy
  • FindAttachmentsForEntity
See Also