Class ExternalDocumentItemsProvider
External Documents is the same as the Image Library in service - images (and maybe other things?) that can be added to messages. They are a special kind of attachment, and conencted to a folder hierarchy.
Inheritance
ExternalDocumentItemsProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("externaldocumentitems", 1073741823)]
public class ExternalDocumentItemsProvider : TypedQueryProviderBase<ArchiveRow, ExternalDocumentExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
ExternalDocumentItemsProvider()
External Documents is the same as the Image Library in service - images (and maybe other things?) that can be added to messages. They are a special kind of attachment, and conencted to a folder hierarchy.
Declaration
public ExternalDocumentItemsProvider()
Fields
ProviderName
External Documents is the same as the Image Library in service - images (and maybe other things?) that can be added to messages. They are a special kind of attachment, and conencted to a folder hierarchy.
Declaration
public const string ProviderName = "externaldocumentitems"
Field Value
Type | Description |
---|---|
string |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: If no-one in the subclass has set the link hint up to now, then do so, using the row entity name and primary key
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |