Show TOC

addJSONCollections MethodLocate this document in the navigation structure

Use

addJSONCollections( JSONCollectionArray)

Adds to the framework page an array of collections in a JSON format

Parameter

Description

JSONCollectionArray

An array of collections in a JSON format

Return Value

A Boolean indicating whether the operation succeeded

Example

Sample Code
                  var collectionJSON = response.parseJSON();
LSAPI.Collections.addJSONCollections([collectionJSON]);