Back to Devexpress

TdxCloudStorageProvider.RecentFileCountLimit Property

vcl-dxcloudstorage-dot-tdxcloudstorageprovider.md

latest1.7 KB
Original Source

TdxCloudStorageProvider.RecentFileCountLimit Property

Specifies the maximum number of files within the “Recent” special folder.

Declaration

delphi
property RecentFileCountLimit: Integer read; write; default DefaultRecentFileCountLimit;

Property Value

TypeDefault
IntegerDefaultRecentFileCountLimit

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

TdxCloudStorageProvider Class

TdxCloudStorageProvider Members

dxCloudStorage Unit