DocumentView.setOwnedByMe 方法
根据文档是归用户所有还是与用户共享来过滤文档。请勿将此设置与 setIncludeFolders
结合使用。设置 setIncludeFolders(true)
后,系统会忽略 setOwnedByMe
。
如果您未设置此选项,则视图中会显示所有文档,包括共享文档。
签名
setOwnedByMe(me: boolean): DocsView;
详细信息
参数
返回
DocsView
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
[null,null,["最后更新时间 (UTC):2024-11-08。"],[[["Filters documents in the view based on ownership (owned by the user or shared with them)."],["When `setIncludeFolders(true)` is used, the `setOwnedByMe` setting is disregarded."],["If this option is not configured, all documents, including shared ones, will be displayed."],["This method is not optional, final, protected, or static."],["Accepts a boolean parameter (`me`) to determine the filtering behavior and returns a DocsView object."]]],[]]