BlRichTextBoxViewModelBaseAddItem(String, String, String, AttachmentTypes) - метод |
Пространство имён:
Tessa.UI.Controls.CustomRichTextBoxCtrl
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public void AddItem(
string fullFileName,
string name,
string uri,
AttachmentTypes type = AttachmentTypes.InnerItem
)
Public Sub AddItem (
fullFileName As String,
name As String,
uri As String,
Optional type As AttachmentTypes = AttachmentTypes.InnerItem
)
public:
void AddItem(
String^ fullFileName,
String^ name,
String^ uri,
AttachmentTypes type = AttachmentTypes::InnerItem
)
member AddItem :
fullFileName : string *
name : string *
uri : string *
?type : AttachmentTypes
(* Defaults:
let _type = defaultArg type AttachmentTypes.InnerItem
*)
-> unit
Параметры
- fullFileName
- Тип: SystemString
- name
- Тип: SystemString
- uri
- Тип: SystemString
- type (Optional)
- Тип: Tessa.Forums.ModelsAttachmentTypes
См. также