
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
var collectionJSON = response.parseJSON();
LSAPI.Collections.addJSONCollections([collectionJSON]);