Retrieve

Overview 

Retrieves a list based on the specified criteria

Syntax 

Retrieve(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredCriteria used to search for the list

Example 

This sample code retrieves a list based on the specified filter criteria.

1var lists = List.Retrieve({Property:"ListName",SimpleOperator:"equals",Value:"BirthdayList"});