InnerItem - конструктор
Инициализирует новый экземпляр класса
InnerItemПространство имён: Tessa.UI.Controls.CustomRichTextBoxCtrl.CustomRichTextBoxСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public InnerItem(
string name,
string base64,
string originalName = null,
AttachmentType type = AttachmentType.InnerItem
)
Public Sub New (
name As String,
base64 As String,
Optional originalName As String = Nothing,
Optional type As AttachmentType = AttachmentType.InnerItem
)
public:
InnerItem(
String^ name,
String^ base64,
String^ originalName = nullptr,
AttachmentType type = AttachmentType::InnerItem
)
new :
name : string *
base64 : string *
?originalName : string *
?type : AttachmentType
(* Defaults:
let _originalName = defaultArg originalName null
let _type = defaultArg type AttachmentType.InnerItem
*)
-> InnerItem
Параметры
- name String
-
- base64 String
-
- originalName String (Optional)
-
- type AttachmentType (Optional)
-