Aspose::Email::Amp::SectionValue Class Reference

Represents the content of the section. More...

Inherits Object.

Public Member Functions

System::SharedPtr< System::Object > get_Data () const
 Section data. More...
 
void set_Data (System::SharedPtr< System::Object > value)
 Section data. More...
 
 SectionValue (System::SharedPtr< System::Object > data)
 Creates instance of SectionValue. More...
 
System::String ToAmpHtml ()
 AmpHtml representation of section value. More...
 
System::String ToHtml ()
 Html representation of section value. More...
 

Detailed Description

Represents the content of the section.

Constructor & Destructor Documentation

◆ SectionValue()

Aspose::Email::Amp::SectionValue::SectionValue ( System::SharedPtr< System::Object >  data)

Creates instance of SectionValue.

Parameters
data

Member Function Documentation

◆ get_Data()

System::SharedPtr<System::Object> Aspose::Email::Amp::SectionValue::get_Data ( ) const

Section data.

◆ set_Data()

void Aspose::Email::Amp::SectionValue::set_Data ( System::SharedPtr< System::Object >  value)

Section data.

◆ ToAmpHtml()

System::String Aspose::Email::Amp::SectionValue::ToAmpHtml ( )

AmpHtml representation of section value.

Returns

◆ ToHtml()

System::String Aspose::Email::Amp::SectionValue::ToHtml ( )

Html representation of section value.

Returns