Retrieve
Overview
Retrieves an array of content areas based on the specified criteriaSyntax
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Critieria used to search for content |
Example
This sample code retrieves an array of content areas based on the specified criteria:
var results = ContentAreaObj.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"myCA"});