Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Finding WebDataMenuItem by key on client
posted

Is there a way to find a WebDataMenuItem by its key value?

I currently have to iteratively loop through all of the Items and their children using get_key on each one to find the one I want.

Parents
No Data
Reply
  • 37874
    posted

    Hello Ian,

     

    Unfortunately there is no client-side method allowing to get an item by key. It is possible only server-side using the FindDataMenuItemByKey method:

    WebDataMenu1.Items.FindDataMenuItemByKey("ItemKey");

    Please let me know if you have any further questions.

Children