docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
4.3.0
4.0.0
ProGet SDK
Inedo.ProGet.Data
DB.Context
MavenArtifacts_GetArtifactsAsync(int!,string,string)
MavenArtifacts_GetArtifactsAsync(int? Feed_Id, string GroupId_Text, string ArtifactId_Text) Method
Gets the Maven artifacts in a feed.
Syntax
public
Task
<
IList
<
Tables.MavenArtifacts_Extended
>> MavenArtifacts_GetArtifactsAsync(
int
? Feed_Id,
string
GroupId_Text,
string
ArtifactId_Text)
Parameters
Feed_Id
Type: int?
GroupId_Text
Type: string
ArtifactId_Text
Type: string