Retrieve

概要 

指定した条件に基づいてコンテンツ領域の配列を取得します。

構文 

Retrieve(1)

関数のプロパティ 

序数説明
1string必須コンテンツを検索するために使用する条件

例 

このサンプルコードは、指定された条件に基づいてコンテンツ領域の配列を取得します。

1var results = ContentAreaObj.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"myCA"});