FileIconHint

API: Stable

A hint to clients about which icon should be used in user-interfaces when representing a UFile

enum class FileIconHint {
    DIRECTORY_STAR,
    DIRECTORY_SHARES,
    DIRECTORY_TRASH,
    DIRECTORY_JOBS,
}
Properties
DIRECTORY_STAR A directory containing 'starred' items
DIRECTORY_SHARES A directory which contains items that are shared between users and projects
DIRECTORY_TRASH A directory which contains items that have been 'trashed'
DIRECTORY_JOBS A directory which contains items that are related to job results