Add
Remove
Retrieve
Update
指定した条件に基づいてコンテンツ領域の配列を取得します。
Retrieve(1)
| 序数 | 型 | 説明 | |
|---|---|---|---|
| 1 | string | 必須 | コンテンツを検索するために使用する条件 |
このサンプルコードは、指定された条件に基づいてコンテンツ領域の配列を取得します。
1var results = ContentAreaObj.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"myCA"});