Property signature DocumentObject.isNew
Returns true if the selected item was just uploaded.
Signature
[Document.IS_NEW]?: boolean;
Details
Type |
boolean |
Optional |
Yes |
Readonly |
No |
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."],[[["Returns true if the currently selected item in a Document has been newly uploaded."],["The property `Document.IS_NEW` indicates this status and can be optionally accessed."],["This property's value is of boolean type, meaning it will either be true or false."],["The `IS_NEW` property is not readonly and therefore can be modified."]]],["The property `IS_NEW` within the `Document` object indicates whether a selected item was newly uploaded. It's a boolean value, where `true` signifies a recent upload. This property is optional and not read-only, meaning its value can be potentially modified. The information provided focuses on determining the upload status of a selected item, specifically if it is a recent upload.\n"]]