 |
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
Syntaxpublic string[] Categories { get; set; }
Public Property Categories As String()
Get
Set
Property Value
Type:
StringThe categories.
Remarks Note |
---|
|
Tip |
---|
Methods using this property - FindAttachmentsForClaim
- FindAttachmentsForPolicy
- FindAttachmentsForEntity
|
See Also