IFileSystemServiceGetMostRecentlyUsed Method (ICollectionObjectType) | 
 
            Gets the list of most-recently-used entries for the caller's account.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIList<FileSystemEntry> GetMostRecentlyUsed(
	ICollection<ObjectType>? objectTypes
)
Function GetMostRecentlyUsed ( 
	objectTypes As ICollection(Of ObjectType)
) As IList(Of FileSystemEntry)
IList<FileSystemEntry^>^ GetMostRecentlyUsed(
	ICollection<ObjectType>^ objectTypes
)
abstract GetMostRecentlyUsed : 
        objectTypes : ICollection<ObjectType> -> IList<FileSystemEntry> 
Parameters
- objectTypes
 - Type: System.Collections.GenericICollectionObjectType
The collection of object types for filtering the retrieved entries, or  if entries of any type are returned. 
Return Value
Type: 
IListFileSystemEntry
            The list of most-recently-used file system entries for the caller. The list is in descending order based
            on the date/time each entry was last used by the caller's account.
            
Exceptions
RemarksThe most-recently-used file system entries will be filtered according to the requested types.
See Also