ProGet SDK Reference
Version:

Feeds_UpdateSyncSettings(int? Feed_Id, string Sync_Url, string RemoteFeed_Name, byte[] RemoteFeed_APIKey_Bytes, int? Sync_Frequency_Minutes, Inedo.Data.YNIndicator? Active_Indicator) Method

Updates sync settings for a feed.

Syntax

public static void Feeds_UpdateSyncSettings(int? Feed_Id, string Sync_Url, string RemoteFeed_Name, byte[] RemoteFeed_APIKey_Bytes, int? Sync_Frequency_Minutes, Inedo.Data.YNIndicator? Active_Indicator)

Parameters

Feed_Id
Type: int?
Sync_Url
Type: string
RemoteFeed_Name
Type: string
RemoteFeed_APIKey_Bytes
Type: byte[]
Sync_Frequency_Minutes
Type: int?
Active_Indicator
Type: Inedo.Data.YNIndicator?