Class SmsMailingTemplateProvider
SMS Mailing templates
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[MDOProviderPlugin("smsmailingtemplate")]
public class SmsMailingTemplateProvider : ISoListProvider, ISoList
Constructors
SmsMailingTemplateProvider()
SMS Mailing templates
Declaration
public SmsMailingTemplateProvider()
Fields
ProviderName
SMS Mailing templates
Declaration
public const string ProviderName = "smsmailingtemplate"
Field Value
Type | Description |
---|---|
string |
extraId
SMS Mailing templates
Declaration
public const int extraId = 2
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>> |