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