Click or drag to resize

AttachmentCategories Property

Gets or sets the array of categories that will be used to filter records by when calling any of the FindAttachmentsFor criteria methods.

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

Property Value

Type: String
The categories.
Remarks
Note Note
  • Name - Categories
Tip Tip

Methods using this property

  • FindAttachmentsForClaim
  • FindAttachmentsForPolicy
  • FindAttachmentsForEntity
See Also