Hi,
Is there any method included in the sdk to duplicate a layout including all its elements? I can't find it. I've also tried to go through all the elements of the source layout to insert them into a new one but I don't see it very effective because you would have to use the LayoutElementFactory.Instance.Create method for each of them, and each method has different parametrers.
Thansk in advance.
Borja