Lists.Retrieve

Overview 

Returns an array of information about the lists of which the initialized subscriber is a member

Syntax 

Lists.Retrieve()

Example 

1var subObj = Subscriber.Init("SubKey");
2var listArray = subObj.Lists.Retrieve();