Click or drag to resize

AttachmentNewNotification Property

Gets or sets the new notification property.

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

Property Value

Type: Boolean
True: by default,if this attachment is inserted with property ClientViewable true
Remarks
Note Note
  • Name - NewNotification
Note Note
If this property is set to True when calling any of the FindAttachmentsFor criteria methods, only records which have this property set to True will be returned.If this property is set to False with combination of ClientViewable true, when calling any of the FindAttachmentsFor criteria methods, all records which have ClientViewable property set to True will be returned.
See Also