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
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ExportTemplate")]
public class ExportTemplateProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
ExportTemplateProvider()
Declaration
public ExportTemplateProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "ExportTemplate"
Field Value
Type | Description |
---|---|
System.String |
Methods
AddItems()
Impersonate via the DocumentArchiveFileImpersonationContext, and get user plus template items.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)