Method DocsView.setFileIds

Sets the file IDs included in the view.

Signature

setFileIds(fileIds: string): DocsView;

Details

Optional No
Final No
Protected No
Static No

Parameters

Name Type Optional Description
fileIds string No A string of file IDs. Use commas to separate file IDs if setting more than one. If you include the file ID of a file that the user doesn't have access to, the file is excluded from the view.

Returns

DocsView