IncludeImages property: SearchQuery class

Description

Use this property to set or return a Boolean value indicating whether to return images in the search results.

This property is read/write.

Example

Local PT_SEARCH:SearchQuery &qry;

...

If PTSF_QRY_CLIENT.PTSF_SHOW_IMAGE = "Y" Then
   &qry.IncludeImages = True;
End-If;