
# class Datastore
Datastore for accessing library resources. To access the datastore use Core.
Datastore inherits from Wrapper
# MEMBERS
# member read-only dataTypes
Type: List
# FUNCTIONS
# function library(dataType)
Description:
Parameters:
- dataType: (String) -
Return:
(Folder) -
# function search(id)
Description:
Parameters:
- id: (String) -
Return:
(Resource) -
# function search(dataType, id)
Description:
Parameters:
- dataType: (String) -
- id: (String) -
Return:
(Resource) -
# function find(path)
Description:
Parameters:
- path: (String) -
Return:
(Resource) -