DefaultRecentFileCountLimit Constant
Specifies the default maximum number of files within the “Recent” special folder.
Declaration
const DefaultRecentFileCountLimit = 100;
Remarks
The Create constructor uses this writable typed constant to initialize the newly created data provider’s RecentFileCountLimit property that only has an effect for the connected Google Drive file storage.
See Also