Class HtmlMailingProvider
MDO provider for the different types of Mailings
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("htmlmailing")]
public class HtmlMailingProvider : ISoListProvider, ISoList
Constructors
HtmlMailingProvider()
MDO provider for the different types of Mailings
Declaration
public HtmlMailingProvider()
Fields
ProviderName
MDO provider for the different types of Mailings
Declaration
public const string ProviderName = "htmlmailing"
Field Value
Type | Description |
---|---|
string |
extraId
MDO provider for the different types of Mailings
Declaration
public const int extraId = 1
Field Value
Type | Description |
---|---|
int |
Properties
HeadingItems
list of headings
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListHeading> |
HistoryInfo
History information for the supported list
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
Type | Description |
---|---|
HistoryInfo |
HistoryItems
list of history items
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
RootItems
list of root-level items (items not under any heading)
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |