Click or drag to resize

AttachmentClientViewable Property

Gets or sets the client viewable property.

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

Property Value

Type: Boolean
True: if this attachment is viewable by client; False: make it not visible to Client.
Remarks
Note Note
  • Name - ClientViewable
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.
See Also