Class ChatConversationSelectionProviderBaseV2
This is the archive Provider for the Selection ChatConversation archive.
Inheritance
ChatConversationSelectionProviderBaseV2
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public abstract class ChatConversationSelectionProviderBaseV2 : SelectionProviderBaseV2, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
ChatConversationSelectionProviderBaseV2(string, string, string, bool)
This is the archive Provider for the Selection ChatConversation archive.
Declaration
public ChatConversationSelectionProviderBaseV2(string staticProvidername, string dynamicProviderName, string combinedProviderName, bool isShadow)
Parameters
Type | Name | Description |
---|---|---|
string | staticProvidername | |
string | dynamicProviderName | |
string | combinedProviderName | |
bool | isShadow |
Methods
GetChatConversationSelectionMembersRows(int, string[], bool)
Retrieve all selection members for a given selection
Declaration
public static IEnumerable<ArchiveRow> GetChatConversationSelectionMembersRows(int selectionId, string[] returnColumns, bool includeStopped)
Parameters
Type | Name | Description |
---|---|---|
int | selectionId | Identity of selection to get members from |
string[] | returnColumns | Name of columns to return |
bool | includeStopped | Include contacts marked with stop |
Returns
Type | Description |
---|---|
IEnumerable<ArchiveRow> | All selection members for given selection |