Class ExportTemplateProvider
MDO provider for the list of template files for the 'export to file' function in the Selection Task pane. These are .sxf files found in so_arc/template, as well as in the so_arc/<username> directory of the current user.
Impersonation is used if specified by the config file to access the document directories. The file name is returned as the list item name, while the full path is in the extrainfo.Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ExportTemplate", IsAutoDiscoverable = false)]
public class ExportTemplateProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
ExportTemplateProvider(IFileAccess)
MDO provider for the list of template files for the 'export to file' function in the Selection Task pane. These are .sxf files found in so_arc/template, as well as in the so_arc/<username> directory of the current user.
Impersonation is used if specified by the config file to access the document directories. The file name is returned as the list item name, while the full path is in the extrainfo.Declaration
public ExportTemplateProvider(IFileAccess fileAccess)
Parameters
| Type | Name | Description |
|---|---|---|
| IFileAccess | fileAccess |
Fields
ProviderName
MDO provider for the list of template files for the 'export to file' function in the Selection Task pane. These are .sxf files found in so_arc/template, as well as in the so_arc/<username> directory of the current user.
Impersonation is used if specified by the config file to access the document directories. The file name is returned as the list item name, while the full path is in the extrainfo.Declaration
public const string ProviderName = "ExportTemplate"
Field Value
| Type | Description |
|---|---|
| String |
Methods
AddItems()
MDO provider for the list of template files for the 'export to file' function in the Selection Task pane. These are .sxf files found in so_arc/template, as well as in the so_arc/<username> directory of the current user.
Impersonation is used if specified by the config file to access the document directories. The file name is returned as the list item name, while the full path is in the extrainfo.Declaration
protected override void AddItems()