docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
4.3.0
4.0.0
ProGet SDK
Inedo.ProGet.Data
DB.Context
ProGetPackages_GetPopularPackagesAsync(int!,int!)
ProGetPackages_GetPopularPackagesAsync(int? Feed_Id, int? Max_Count) Method
Gets the packages in a ProGet feed that have been downloaded the most.
Syntax
public
Task
<
IList
<
Tables.ProGetPackages
>> ProGetPackages_GetPopularPackagesAsync(
int
? Feed_Id,
int
? Max_Count)
Parameters
Feed_Id
Type: int?
Max_Count
Type: int?