I am working on a custom handler hooked into composite c1 start up cycle. The C# code is working fine but I need to access the user info who is the approver for the current page.
I tried to use IUser interface but how can I get approver permission user for the current page.
Thanks in advance.