getCollection
Get a collection in the default scope by name. If the collection doesn't exist, the function will return null.
Return
the named collection or null
Parameters
name
the collection to find
Get a collection in the specified scope by name. If the collection doesn't exist, the function will return null.
Return
the named collection or null
Parameters
collectionName
the collection to find
scopeName
the scope in which to create the collection