Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.