Hi
In the sdk the API for NavigationWindow mentions the properties ForwardStack and BackStack. Im assuming this is the journal. However, I can’t seem to find the actual properties themselves. Do they exist Where should they be
Thanks for any help
Regards
Helen

ForwardStack/BackStack property in NavigationWindow
Edi Buslovich
Hi,
Both these API's are accessible through the NavigationWindow object. They are not static API's, therefore you'll have to access them from instance objects of NavigationWindow.
Thanks
Sunil.