সম্পত্তি স্বাক্ষর DocumentObject.isNew
নির্বাচিত আইটেমটি সবেমাত্র আপলোড করা হলে সত্য ফেরত দেয়।
স্বাক্ষর
[Document.IS_NEW]?: boolean;
বিস্তারিত
টাইপ | boolean |
---|
ঐচ্ছিক | হ্যাঁ |
---|
শুধুমাত্র পঠনযোগ্য | না |
---|
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-15 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-15 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"]]