ForumProviderStrategyHelperGetMessageByTopicIDs - метод |
Пространство имён:
Tessa.Forums
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static string GetMessageByTopicIDs(
IDbScope dbScope,
IList<Guid> topicIDs,
int messageCount
)
Public Shared Function GetMessageByTopicIDs (
dbScope As IDbScope,
topicIDs As IList(Of Guid),
messageCount As Integer
) As String
public:
static String^ GetMessageByTopicIDs(
IDbScope^ dbScope,
IList<Guid>^ topicIDs,
int messageCount
)
static member GetMessageByTopicIDs :
dbScope : IDbScope *
topicIDs : IList<Guid> *
messageCount : int -> string
Параметры
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- topicIDs
- Тип: System.Collections.GenericIListGuid
- messageCount
- Тип: SystemInt32
Возвращаемое значение
Тип:
StringСм. также