RichTextBoxAttachmentHelperDownloadContentIntoPreviewAsync - метод
Загружает контент файла для предпросмотра.
Пространство имён: Tessa.UI.Controls.CustomRichTextBoxCtrl.CustomRichTextBoxСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static ValueTask DownloadContentIntoPreviewAsync(
Guid fileId,
ICardModel cardModel,
ICardStreamClientRepository cardStreamClientRepository,
FilePreviewViewModel previewViewModel,
bool shouldConvertBeforePreview,
Guid? satelliteId = null,
CancellationToken cancellationToken = default
)
Public Shared Function DownloadContentIntoPreviewAsync (
fileId As Guid,
cardModel As ICardModel,
cardStreamClientRepository As ICardStreamClientRepository,
previewViewModel As FilePreviewViewModel,
shouldConvertBeforePreview As Boolean,
Optional satelliteId As Guid? = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask
public:
static ValueTask DownloadContentIntoPreviewAsync(
Guid fileId,
ICardModel^ cardModel,
ICardStreamClientRepository^ cardStreamClientRepository,
FilePreviewViewModel^ previewViewModel,
bool shouldConvertBeforePreview,
Nullable<Guid> satelliteId = nullptr,
CancellationToken cancellationToken = CancellationToken()
)
static member DownloadContentIntoPreviewAsync :
fileId : Guid *
cardModel : ICardModel *
cardStreamClientRepository : ICardStreamClientRepository *
previewViewModel : FilePreviewViewModel *
shouldConvertBeforePreview : bool *
?satelliteId : Nullable<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _satelliteId = defaultArg satelliteId null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask
- fileId Guid
- Идентификатор файла.
- cardModel ICardModel
- Модель карточки.
- cardStreamClientRepository ICardStreamClientRepository
- Репозиторий для потокового управления карточками на клиенте.
- previewViewModel FilePreviewViewModel
- Модель предпросмотра файла.
- shouldConvertBeforePreview Boolean
- Флаг, указывающий на необходимость конвертации для предпросмотра.
- satelliteId NullableGuid (Optional)
- Идентификатор файлового сателлита.
- cancellationToken CancellationToken (Optional)
- Объект, посредством которого можно отменить асинхронную задачу.
ValueTask