ProGet SDK Reference
Version:

NpmFeeds_GetLatestPackageVersionsAsync(int? Feed_Id, System.DateTime? Since_Date) Method

Gets the latest versions of packages in a feed.

Syntax

public Task<IList<Tables.NpmPackages_Latest>> NpmFeeds_GetLatestPackageVersionsAsync(int? Feed_Id, System.DateTime? Since_Date)

Parameters

Feed_Id
Type: int?
Since_Date
Type: System.DateTime?