Click or drag to resize

AttachmentMaxCount Property

Gets or sets the limit to the number of records returned when calling a FindAttachmentsFor criteria method to avoid a timeout.

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

Property Value

Type: String
The maximum number of attachments to return .
Remarks
Note Note
  • Name - MaxCount
Tip Tip

Methods using this property

  • FindAttachmentsForClaim
  • FindAttachmentsForPolicy
  • FindAttachmentsForEntity
See Also