ProGet SDK Reference
Version:

Feeds_CreateOrUpdateBowerFeedAsync(int? Feed_Id, string Feed_Name, string Feed_Description, Inedo.Data.YNIndicator? Active_Indicator, Inedo.Data.YNIndicator? Cache_Connectors_Indicator) Method

Creates a new Bower feed or updates an existing one.

Syntax

public Task<int?> Feeds_CreateOrUpdateBowerFeedAsync(int? Feed_Id, string Feed_Name, string Feed_Description, Inedo.Data.YNIndicator? Active_Indicator, Inedo.Data.YNIndicator? Cache_Connectors_Indicator)

Parameters

Feed_Id
Type: int?
Feed_Name
Type: string
Feed_Description
Type: string
Active_Indicator
Type: Inedo.Data.YNIndicator?
Cache_Connectors_Indicator
Type: Inedo.Data.YNIndicator?