FileSystemConstantsFileSystemMostRecentlyUsedListMaxSize Field |
The maximum number of entries which are stored in the most-recently-used list for a specific account.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic const int FileSystemMostRecentlyUsedListMaxSize = 20
Public Const FileSystemMostRecentlyUsedListMaxSize As Integer = 20
public:
literal int FileSystemMostRecentlyUsedListMaxSize = 20
static val mutable FileSystemMostRecentlyUsedListMaxSize: int
Field Value
Type:
Int32
Remarks
The value of this constant is 20.
See Also