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