Is it possible which method we are using the to update the content items?
I know there are two ways we can using the update the content items.
1. We can update the content items in the VCM console through the Content Entry Form
2. We can update the content items in the workflow or custom code by using API ContentInstance.commit()
Is there there a way to differentiate which way we are using to update the content item?
Can we use pre-persistence listener to do this?