ForumUIHelperInsertDeleteLinkInQuoteBlock - метод
Находит цитаты и вставляет ссылку "удалить" в заголовок блока цитаты
Пространство имён: Tessa.UI.Controls.Forums.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static string InsertDeleteLinkInQuoteBlock(
Guid topicID,
Guid topicTypeID,
Guid messageID,
DateTime created,
string body
)
Public Shared Function InsertDeleteLinkInQuoteBlock (
topicID As Guid,
topicTypeID As Guid,
messageID As Guid,
created As DateTime,
body As String
) As String
public:
static String^ InsertDeleteLinkInQuoteBlock(
Guid topicID,
Guid topicTypeID,
Guid messageID,
DateTime created,
String^ body
)
static member InsertDeleteLinkInQuoteBlock :
topicID : Guid *
topicTypeID : Guid *
messageID : Guid *
created : DateTime *
body : string -> string
- topicID Guid
- topicTypeID Guid
- messageID Guid
- created DateTime
- body String
String