BlRichTextBoxViewModelBaseInitItem - метод
Инициализирует элемент вложения.
Пространство имён: Tessa.UI.Controls.CustomRichTextBoxCtrlСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
protected ItemBaseViewModel InitItem(
string fullFileName,
string name,
string uri,
AttachmentType type,
bool showInToolbar = true,
ITempFile tempFile = null,
long fileSize = -1
)
Protected Function InitItem (
fullFileName As String,
name As String,
uri As String,
type As AttachmentType,
Optional showInToolbar As Boolean = true,
Optional tempFile As ITempFile = Nothing,
Optional fileSize As Long = -1
) As ItemBaseViewModel
protected:
ItemBaseViewModel^ InitItem(
String^ fullFileName,
String^ name,
String^ uri,
AttachmentType type,
bool showInToolbar = true,
ITempFile^ tempFile = nullptr,
long long fileSize = -1
)
member InitItem :
fullFileName : string *
name : string *
uri : string *
type : AttachmentType *
?showInToolbar : bool *
?tempFile : ITempFile *
?fileSize : int64
(* Defaults:
let _showInToolbar = defaultArg showInToolbar true
let _tempFile = defaultArg tempFile null
let _fileSize = defaultArg fileSize -1
*)
-> ItemBaseViewModel
- fullFileName String
- Полное имя файла.
- name String
- Имя файла.
- uri String
- URL.
- type AttachmentType
- Тип вложения.
- showInToolbar Boolean (Optional)
- Показывать вложение.
- tempFile ITempFile (Optional)
- Временный файл.
- fileSize Int64 (Optional)
- Размер файла.
ItemBaseViewModelМодель элемента вложения.