Section

Section class

Represents section of slides.

public class Section : DomObject<SectionCollection>, ISection

Properties

NameDescription
Name { get; set; }Name of the section.
SectionId { get; }Section Id.
StartedFromSlide { get; }Returns first slide of the section.

Methods

NameDescription
GetSlidesListOfSection()Returns list of slides in the section.

See Also