ListService UpdateList Method CTCT Wrapper Documented Class Library
Update a Contact List.

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ContactList UpdateList(
	string accessToken,
	string apiKey,
	ContactList list
)

Parameters

accessToken
Type: System String
Constant Contact OAuth2 access token.
apiKey
Type: System String
The API key for the application
list
Type: CTCT.Components.Contacts ContactList
ContactList to be updated

Return Value

Contact list

Implements

IListService UpdateList(String, String, ContactList)
See Also