ProGet SDK Reference
Version:

Connectors_CreateOrUpdateConnector(string FeedType_Name, string Connector_Name, string Connector_Url, string Filter_Csv, string User_Name, byte[] Password_Bytes, int? Timeout_Period, int? Connector_Id) Method

Creates a new connector in the system, or updates an existing one.

Syntax

public static int? Connectors_CreateOrUpdateConnector(string FeedType_Name, string Connector_Name, string Connector_Url, string Filter_Csv, string User_Name, byte[] Password_Bytes, int? Timeout_Period, int? Connector_Id)

Parameters

FeedType_Name
Type: string
Connector_Name
Type: string
Connector_Url
Type: string
Filter_Csv
Type: string
User_Name
Type: string
Password_Bytes
Type: byte[]
Timeout_Period
Type: int?
Connector_Id
Type: int?