Sorted List in PPTX Cloning

Can u tell me the use of Sorted List while cloning the slide in PPT?

Also is that to be used for Cloning in PPTX? If so how shall it be used in PPTX?

Also I am not using any sorted list but I can clone slide in PPTX and code is below.

Code:

PPT:

tempPresentation.CloneSlide(tempPresentation.GetSlideByPosition(1), slidePosition, presentation, sortList);

PPTX:

SlideExCollection slidesEx = tempPresentation.Slides;

slidesEx.AddClone(slidesEx[0]);

Hi Htanmo,


The Sorted List is used to hold master slides while cloning slides in PPT. For PPTX, the sorted list are not used. Please visit this link for slide cloning in PPTX.

Many Thanks,


Thanks. Can u please tell me how the functionality of cloning is obtained in PPTX without Sorted List.

Is the sample code that I have given can be used? Are there any issues in using that?

Hi,


As I mentioned in my previous post that one need Sorted List only for PPT and not for PPTX. The link that I have shared shows the slide cloning in PPTX. Please visit this link to FAQ section question number 3 for your further knowledge.

Many Thanks,