Section Class

Element of AmpAccordion.
Inheritance Hierarchy
SystemObject
  Aspose.Email.AmpSection

Namespace:  Aspose.Email.Amp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Section

The Section type exposes the following members.

Constructors
  NameDescription
Public methodSection
Initializes a new instance of the Section class
Properties
  NameDescription
Public propertyExpanded
Displays the section as expanded on page load.
Public propertyHeader
Represents the heading for the section.
Public propertyValue
Represents the content of the section.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToAmpHtml
AmpHtml representation of section value.
Public methodToHtml
Html representation of section.
Public methodToString (Inherited from Object.)
See Also