Class HtmlMailingTemplateProvider
MDO provider for the different types of Mailing templates
Inheritance
HtmlMailingTemplateProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("htmlmailingtemplate")]
public class HtmlMailingTemplateProvider : ISoListProvider, ISoList, IPlugin
Constructors
HtmlMailingTemplateProvider()
Declaration
public HtmlMailingTemplateProvider()
Fields
Declaration
public const int extraId = 1
Field Value
ProviderName
Declaration
public const string ProviderName = "htmlmailingtemplate"
Field Value
Properties
HeadingItems
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
HistoryInfo
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
RootItems
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Explicit Interface Implementations
ISoListProvider.Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
void ISoListProvider.Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)