Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello,
I am working on the functionality where I need to identify the event for uploading the Primary content in WTDocument can any one please tell what is the event for Uploading Primary and Secondary content
Solved! Go to Solution.
I wrote a listener for this to test it.
The event you want is:
wt.fc.PersistenceManagerEvent.PRE_STORE
Hope this helps
Hi there,
I hope this helps you.
Regards,
Shirish
I think the event you are looking for is:
wt.content.ContentServiceEvent.PRE_UPLOAD or POST_UPLOAD.
I wrote a listener for this to test it.
The event you want is:
wt.fc.PersistenceManagerEvent.PRE_STORE
Hope this helps
Hello all,
I have tried with the events.
But i didnt get content information using ContentHelper API.
Everty time ContentHelper API returning null.