ProGet SDK Reference
Version:

Feeds_SetFeedPropertyAsync(int? Feed_Id, string Feed_Name, string Feed_Description, Inedo.Data.YNIndicator? Active_Indicator, Inedo.Data.YNIndicator? Cache_Connectors_Indicator, string FeedType_Name, string DropPath_Text, string FeedPathOverride_Text, string PackageStoreConfiguration_Xml, byte[] SyncToken_Bytes, string SyncTarget_Url) Method

Sets one or more properties on a feed of any type.

Syntax

public System.Threading.Tasks.Task Feeds_SetFeedPropertyAsync(int? Feed_Id, string Feed_Name, string Feed_Description, Inedo.Data.YNIndicator? Active_Indicator, Inedo.Data.YNIndicator? Cache_Connectors_Indicator, string FeedType_Name, string DropPath_Text, string FeedPathOverride_Text, string PackageStoreConfiguration_Xml, byte[] SyncToken_Bytes, string SyncTarget_Url)

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?
FeedType_Name
Type: string
DropPath_Text
Type: string
FeedPathOverride_Text
Type: string
PackageStoreConfiguration_Xml
Type: string
SyncToken_Bytes
Type: byte[]
SyncTarget_Url
Type: string