 |
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
Syntaxpublic string MaxCount { get; set; }
Public Property MaxCount As String
Get
Set
Property Value
Type:
StringThe maximum number of attachments to return .
Remarks Note |
---|
|
Tip |
---|
Methods using this property - FindAttachmentsForClaim
- FindAttachmentsForPolicy
- FindAttachmentsForEntity
|
See Also