Add

Overview 

Adds a new list to your account and returns the initialized list object

Syntax 

Add(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredName of new list

Example 

This sample code adds a list to your account.

1var myNewList = List.Add({CustomerKey:"libList",Name:"testLib",Description:"desc"});