Use smartservice objectlist result

Home Forums kbmMW Use smartservice objectlist result

Viewing 1 reply thread
  • Author
    Posts
    • #53510
      mrluigi2017
      Participant

      Hi,

      In my smartservice I have a method which returns a TObjectList<TMyObject> which I would like to use in my client directly. Is this posible? I know I can use a single object with “Use.AsObject” and I know howto load the result from the smartservice in a memtable. But not howto use the objectlist directly.

      Thanks in advance!

      Luigi

       

      • This topic was modified 6 years, 8 months ago by mrluigi2017.
    • #53513
      kimbomadsen
      Keymaster

      Hi,

      Yes its the same:
      Use.AsObject<TObjectList<TMyObject>>(…)

      as long as you have been sent such a list of objects.

      best regards

      Kim/C4D

Viewing 1 reply thread
  • You must be logged in to reply to this topic.