laurence-ecentricarts
-
12/8/2011 9:44:01 AM
RE:Get user's list of documents awaiting approval via API?
Ah, so simple... I need to stop thinking of Kentico as a "closed box" system! I'll repeat what I found for my future self / other searchers.
The heart of it, from WaitingForApproval_List.xml which is fed to the UniGrid in WaitingForApproval.aspx, is
<query name="cms.document.selectWaitingForApproval" ... />
and that query is found in the CMS_Query table, taking @UserID as a parameter.
Thanks for the answer, Juraj.
|