Class EmailFlowsAndFoldersProvider
Archive of EmailFlows and Folders. Combines all EmailFlows and EmailFlowFolders in one archive together.
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("EmailFlowsAndFolders", 1073741823)]
public class EmailFlowsAndFoldersProvider : MultiQueryProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
EmailFlowsAndFoldersProvider()
Archive of EmailFlows and Folders. Combines all EmailFlows and EmailFlowFolders in one archive together.
Declaration
public EmailFlowsAndFoldersProvider()
Fields
ColName
Archive of EmailFlows and Folders. Combines all EmailFlows and EmailFlowFolders in one archive together.
Declaration
public const string ColName = "name"
Field Value
Type | Description |
---|---|
String |
ColThumbnail
Archive of EmailFlows and Folders. Combines all EmailFlows and EmailFlowFolders in one archive together.
Declaration
public const string ColThumbnail = "thumbnail"
Field Value
Type | Description |
---|---|
String |
ProviderName
Archive of EmailFlows and Folders. Combines all EmailFlows and EmailFlowFolders in one archive together.
Declaration
public const string ProviderName = "EmailFlowsAndFolders"
Field Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)