Retrieve
Overview
Retrieves a list based on the specified criteriaSyntax
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to search for the list |
Example
This sample code retrieves a list based on the specified filter criteria.
var lists = List.Retrieve({Property:"ListName",SimpleOperator:"equals",Value:"BirthdayList"});