ForumUIHelperMergeWithQuoteBlock - метод
Вставляет в конец текущего сообщение блок с цитатой
Пространство имён: Tessa.UI.Controls.Forums.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 Guid
- topicTypeID Guid
- messageID Guid
- created DateTime
- authorName String
- body String
- currentBody String
String