Method View.setMimeTypes

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.

setMimeTypes(mimeTypes: string): DocsView;
Optional No
Final No
Protected No
Static No

Parameters

Name Type Optional Description
mimeTypes string No

Returns

DocsView