Method DocsView.setOwnedByMe

Filters the documents based on whether they are owned by the user, or shared with the user. Do not combine this setting with setIncludeFolders. When setIncludeFolders(true) is set, setOwnedByMe is ignored.

If you don't set this option, all documents, including shared documents, are displayed in the view.

Signature

setOwnedByMe(me: boolean): DocsView;

Details

Optional No
Final No
Protected No
Static No

Parameters

Name Type Optional Description
me boolean No

Returns

DocsView