dk.sdu.cloud.file.orchestrator.api.FileIconHint

UCloud Developer Guide / Orchestration of Resources / Storage / Files

FileIconHint

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

Last updated