ForumUIHelperGetQuoteBlock - метод
Формирует блок с цитатой сообщения
Пространство имён: Tessa.UI.Controls.Forums.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static HtmlNode GetQuoteBlock(
Guid topicID,
Guid topicTypeID,
Guid messageID,
DateTime created,
string authorName,
string body
)
Public Shared Function GetQuoteBlock (
topicID As Guid,
topicTypeID As Guid,
messageID As Guid,
created As DateTime,
authorName As String,
body As String
) As HtmlNode
public:
static HtmlNode^ GetQuoteBlock(
Guid topicID,
Guid topicTypeID,
Guid messageID,
DateTime created,
String^ authorName,
String^ body
)
static member GetQuoteBlock :
topicID : Guid *
topicTypeID : Guid *
messageID : Guid *
created : DateTime *
authorName : string *
body : string -> HtmlNode
- topicID Guid
- topicTypeID Guid
- messageID Guid
- created DateTime
- authorName String
- body String
HtmlNode