MemberFilesFilter

API: Stable

Filter for member files.

enum class MemberFilesFilter {
    SHOW_ONLY_MINE,
    SHOW_ONLY_MEMBER_FILES,
    DONT_FILTER_COLLECTIONS,
}

A member files collection must use the following format to be recognized: “Member Files: $username”

Properties
SHOW_ONLY_MINE Shows only the requesting user's personal member file along with all other collections
SHOW_ONLY_MEMBER_FILES Shows only the member file collections and hides all others
DONT_FILTER_COLLECTIONS Applies no filter and shows both normal collections and member files