Returns a collection of Entities, Comments, Votes, Users, and Connections
that represent recent activity
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IEnumerable<ICartellaObject> RecentGlobalActivity( DateTime mostRecentDate, IEnumerable<string> entityTypeIDs, int count ) |
Visual Basic |
---|
Function RecentGlobalActivity ( _ mostRecentDate As DateTime, _ entityTypeIDs As IEnumerable(Of String), _ count As Integer _ ) As IEnumerable(Of ICartellaObject) |
Visual C++ |
---|
IEnumerable<ICartellaObject^>^ RecentGlobalActivity( DateTime mostRecentDate, IEnumerable<String^>^ entityTypeIDs, int count ) |
Parameters
- mostRecentDate
- Type: System..::..DateTime
the date of the most recent item to return
- entityTypeIDs
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
A list of entity type id's. Only entities of the types listed will be returned
- count
- Type: System..::..Int32
The number of items to return