Update a Contact List.
Namespace: CTCT.ServicesAssembly: 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 listImplements
IListService UpdateList(String, String, ContactList)See Also