 |
AttachmentClientViewable Property |
Gets or sets the client viewable property.
Namespace:
ConneXion
Assembly:
ConneXion (in ConneXion.dll) Version: 2020.0
Syntaxpublic bool ClientViewable { get; set; }
Public Property ClientViewable As Boolean
Get
Set
Property Value
Type:
BooleanTrue: if this attachment is viewable by client; False: make it not visible to Client.
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. |
See Also