MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
ListUpdate < Return to Method List
boolean ListUpdate(string $name [, string $description [, boolean $visible [, boolean $default]]])
Create a new subscriber list.
Parameters
integer id The list id to update.
struct details Data to update for the list. Contains one or more keys:

string name The list name.
string description The list description.
boolean visible Make this list visible on subscription forms.
boolean default Make this list default on subscription forms.
Return Value
boolean Returns TRUE on success, or an error structure.
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.