refreshContentStore static method

void refreshContentStore()

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.

Throws

  • An exception if it fails.

Implementation

static void refreshContentStore() {
  objectMethod(0, 'ContentStore', 'refreshContentStore');
}