I am using WorkSite 8.5 sp1. I am using the IManExt.dll and successfully launching a SearchCmd and running a search. I want to retrieve the search parameters chosen by the user. The guide says there should be a returned ContextItem called "SearchParameters". However, when I try to access a ContextItem called "SearchParameters" the following error is returned:
[NRTSearchParameters ][RemoveByAttribute ]Item "Attribute" is not found
I have tried accessing a Context Item called IManSearchParameters and NRTSearchParameters but these give the same error.