Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["The `setMimeTypes` method allows you to specify which file types are displayed in a DocsView, using commas to separate multiple types."],["If MIME types are not specified using this method, all file types will be shown in the view."],["This method is not optional, final, protected, or static."],["It takes a single string parameter, `mimeTypes`, representing the file types to include."],["Calling `setMimeTypes` returns a DocsView object."]]],[]]