refresh static method
void
refresh()
Refresh the content store by loading external changes from disk.
If an asset of type ContentStoreItem is manually added, then this method must be called in order to see the changes in the result of getLocalContentList.
Implementation
static void refresh() {
staticMethod('ContentStore', 'refreshContentStore');
}