Sets the MIME types included in the view. Use commas to separate MIME types if more than one is required. If you don't set MIME types, files of all MIME types are displayed in the view.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["`View` is an abstract class serving as the foundation for all views within the system."],["It allows setting MIME types to filter displayed files, with commas separating multiple types."],["Views can have a pre-populated search query using `setQuery` and their unique `ViewId` is retrievable via `getId`."],["If MIME types are not explicitly set using `setMimeTypes`, the view will display files of all types."]]],[]]