SectionValue Class

Represents the content of the section.
Inheritance Hierarchy
SystemObject
  Aspose.Email.AmpSectionValue

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

The SectionValue type exposes the following members.

Constructors
  NameDescription
Public methodSectionValue
Creates instance of SectionValue.
Properties
  NameDescription
Public propertyData
Section data.
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 value.
Public methodToString (Inherited from Object.)
See Also