Class HtmlMailingTemplateProvider
MDO provider for the different types of Mailing templates
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[MDOProviderPlugin("htmlmailingtemplate")]
public class HtmlMailingTemplateProvider : ISoListProvider, ISoList
Constructors
HtmlMailingTemplateProvider()
MDO provider for the different types of Mailing templates
Declaration
public HtmlMailingTemplateProvider()
Fields
ProviderName
MDO provider for the different types of Mailing templates
Declaration
public const string ProviderName = "htmlmailingtemplate"
Field Value
| Type | Description |
|---|---|
| string |
extraId
MDO provider for the different types of Mailing templates
Declaration
public const int extraId = 1
Field Value
| Type | Description |
|---|---|
| int |
Properties
HistoryInfo
History information for the supported list
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
| Type | Description |
|---|---|
| HistoryInfo |
Methods
ClearHistoryItems()
Clears the history items
Declaration
public void ClearHistoryItems()
GetHeadingItemsAsync(CancellationToken)
list of headings
Declaration
public Task<List<ISoListHeading>> GetHeadingItemsAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<List<ISoListHeading>> |
GetHistoryItemsAsync(CancellationToken)
list of history items
Declaration
public Task<List<ISoListItem>> GetHistoryItemsAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<List<ISoListItem>> |
GetRootItemsAsync(CancellationToken)
list of root-level items (items not under any heading)
Declaration
public Task<List<ISoListItem>> GetRootItemsAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<List<ISoListItem>> |