Class Index | File Index

Classes


Class GetSavedSelections

Queries the database for selections created by the current user
Defined in: getSavedSelections.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Returns the saved selections of the current user Queries the database for selections created by the current user.
Class Detail
GetSavedSelections()
Returns the saved selections of the current user Queries the database for selections created by the current user. The selections are parsed into a text object keyed by AssetID from the JSON file in which they are contained, and by default are displayed to the user.
'MBurl'/wf/getSavedSelections
http://127.0.0.1:55555/wf/getSavedSelections
Returns:
( [{'id': 'TheSelectionId', 'name':'TheSelectionName','Description':'TheSelecionDescription'},...] )

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 30 2016 13:29:19 GMT-0500 (CDT)