File Provider-How to actively trigger the enumerateItems again

I found that the enumerateItems function is only called when a directory is opened for the first time. If the same directory is opened in the future, enumerateItems will not be called again. Can you set or actively trigger the call to the enumerateItems function

You can always send a notification to your fileprovider and call signalEnumerator to trigger a new enumeration. Then your enumerator returns the changes.

File Provider-How to actively trigger the enumerateItems again
 
 
Q