Overload | Description |
---|---|
CopyElements(IEnumerable<Element>) | Copy the elements into the presentation page. This method must be called on the MCT. Use QueuedTask.Run. |
CopyElements(GroupElement,IEnumerable<Element>) | Copy the elements into a group element within the presentation page. This method must be called on the MCT. Use QueuedTask.Run. |