 |
AttachmentNewNotification Property |
Gets or sets the new notification property.
Namespace:
ConneXion
Assembly:
ConneXion (in ConneXion.dll) Version: 2020.0
Syntaxpublic bool NewNotification { get; set; }
Public Property NewNotification As Boolean
Get
Set
Property Value
Type:
BooleanTrue: by default,if this attachment is inserted with property ClientViewable true
Remarks 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