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.

Signature

setOwnedByMe(me?: boolean): DocsView;

Details

Optional No
Final No
Protected No
Static No

Parameters

Name Type Optional Description
me boolean Yes

Returns

DocsView