TdxCloudStorageProvider.RecentFileCountLimit Property
Specifies the maximum number of files within the “Recent” special folder.
Declaration
property RecentFileCountLimit: Integer read; write; default DefaultRecentFileCountLimit;
Property Value
Type | Default |
---|---|
Integer | DefaultRecentFileCountLimit |
Remarks
The RecentDayCountLimit and RecentFileCountLimit property values limit the number of files that the data provider can fetch into the “Recent” special folder accessible via the cloud storage component’s Files.SpecialFolders property.
Note
Only the Google Drive data provider has the capability to restrict the number of files in the “Recent” special folder according to the time elapsed since the last change and the maximum number of files in the folder.
The default RecentFileCountLimit property value is the DefaultRecentFileCountLimit writable typed constant value.
See Also