ISection

ISection interface

Represents section of slides.

public interface 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