Show TOC

Function documentationaddJSONCollections Method Locate this document in the navigation structure

 

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

Example Example

  1. var collectionJSON = response.parseJSON();
    LSAPI.Collections.addJSONCollections([collectionJSON]);
    
End of the code.