docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
4.3.0
ProGet SDK
Inedo.ProGet.Data
DB
Packages_GetDeletedPackages(int!,System.DateTime!)
Packages_GetDeletedPackages(int? Feed_Id, System.DateTime? Since_Date) Method
Gets a list of all packages that have been deleted since the specified date.
Syntax
public
static
IList
<
Tables.DeletedPackages
> Packages_GetDeletedPackages(
int
? Feed_Id,
System.DateTime
? Since_Date)
Parameters
Feed_Id
Type: int?
Since_Date
Type: System.DateTime?