DefaultRecentDayCountLimit Constant
Specifies the default time limit (in days) during which the stored files are considered “recent”.
Declaration
const DefaultRecentDayCountLimit = 100;
Remarks
The Create constructor uses this writable typed constant value to initialize the newly created data provider’s RecentDayCountLimit property that only has an effect for the connected Google Drive file storage.
See Also