ProGet SDK Reference
Version:

NpmConnectors_GetPackages(int? Connector_Id, string IncludeName_Csv, string ExcludeName_Csv, System.DateTime? ModifiedAfter_Date, int? MaxResults_Count) Method

Gets the npm connector packages which match the specified criteria.

Syntax

public static IList<Tables.NpmConnectorPackages> NpmConnectors_GetPackages(int? Connector_Id, string IncludeName_Csv, string ExcludeName_Csv, System.DateTime? ModifiedAfter_Date, int? MaxResults_Count)

Parameters

Connector_Id
Type: int?
IncludeName_Csv
Type: string
ExcludeName_Csv
Type: string
ModifiedAfter_Date
Type: System.DateTime?
MaxResults_Count
Type: int?