ForumUIHelperMergeWithQuoteBlock - метод |
Вставляет в конец текущего сообщение блок с цитатой
Пространство имён:
Tessa.UI.Controls.Forums.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static string MergeWithQuoteBlock(
Guid topicID,
Guid topicTypeID,
Guid messageID,
DateTime created,
string authorName,
string body,
string currentBody
)
Public Shared Function MergeWithQuoteBlock (
topicID As Guid,
topicTypeID As Guid,
messageID As Guid,
created As DateTime,
authorName As String,
body As String,
currentBody As String
) As String
public:
static String^ MergeWithQuoteBlock(
Guid topicID,
Guid topicTypeID,
Guid messageID,
DateTime created,
String^ authorName,
String^ body,
String^ currentBody
)
static member MergeWithQuoteBlock :
topicID : Guid *
topicTypeID : Guid *
messageID : Guid *
created : DateTime *
authorName : string *
body : string *
currentBody : string -> string
Параметры
- topicID
- Тип: SystemGuid
- topicTypeID
- Тип: SystemGuid
- messageID
- Тип: SystemGuid
- created
- Тип: SystemDateTime
- authorName
- Тип: SystemString
- body
- Тип: SystemString
- currentBody
- Тип: SystemString
Возвращаемое значение
Тип:
StringСм. также