I made an event handler for the publish:end event – I’m able to get which item is being published – how do I get the languages the user chose in the publish options?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Figured this out – actually the publish:end event hits once for every language – and you get get the language that is being published by doing
EventArgs[0].Options.Language