Add a new list.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ContactList AddList( 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
Contact list.
Return Value
Returns the newly created list.Implements
IListService AddList(String, String, ContactList)See Also