IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

SearchCategories Property

Resource categories to restrict the search to.

Syntax

public var searchCategories: String?

Default Value

""

Remarks

This property may be set to a comma-separated list of resource categories to restrict the search results returned by Search. Possible categories include:

Category Associated File Extensions
image jpg, png, gif, ...
document doc, docx, txt, ...
pdf pdf
spreadsheet xls, xlsx, csv, ...
presentation ppt, pptx, key, ...
audio mp3, wav, mid, ...
video mov, wmv, mp4, ...
folder (Dropbox folders)
paper (Dropbox Paper documents)
others (all other files)

The list of valid categories (and their associated file extensions) is defined by Dropbox and may change at any time; refer to the Dropbox API documentation for more information.

Note that the server will only apply this search restriction when SearchKind is set to dskActive (0).

This property is not available at design time.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]