Enum member DocsViewMode.LIST
Display documents in a detailed list.
Signature
LIST = 'list'
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["View your documents in a detailed list format."],["Use the 'list' signature to specify the desired display."]]],["The core function is to display documents in a detailed list format. The key action is the presentation of documents. The identifier for this display format is established as 'LIST'. This is designated by the code snippet `LIST = 'list'`, defining the term \"LIST\" as a constant to hold the value `list`.\n"]]