ForumUIHelperInsertDeleteLinkInQuoteBlock - метод |
Находит цитаты и вставляет ссылку "удалить" в заголовок блока цитаты
Пространство имён:
Tessa.UI.Controls.Forums.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemGuid
- topicTypeID
- Тип: SystemGuid
- messageID
- Тип: SystemGuid
- created
- Тип: SystemDateTime
- body
- Тип: SystemString
Возвращаемое значение
Тип:
StringСм. также