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