AttachmentUIManagerExtensionsAddFilesAsync - метод |
Пространство имён:
Tessa.UI.Cards.Forums
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static Task<ValidationResult> AddFilesAsync(
this IAttachmentManager self,
IFileContainer container,
IList<ItemModel> items,
CancellationToken cancellationToken = default
)
<ExtensionAttribute>
Public Shared Function AddFilesAsync (
self As IAttachmentManager,
container As IFileContainer,
items As IList(Of ItemModel),
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ValidationResult)
public:
[ExtensionAttribute]
static Task<ValidationResult^>^ AddFilesAsync(
IAttachmentManager^ self,
IFileContainer^ container,
IList<ItemModel^>^ items,
CancellationToken cancellationToken = CancellationToken()
)
[<ExtensionAttribute>]
static member AddFilesAsync :
self : IAttachmentManager *
container : IFileContainer *
items : IList<ItemModel> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ValidationResult>
Параметры
- self
- Тип: Tessa.ForumsIAttachmentManager
- container
- Тип: Tessa.FilesIFileContainer
- items
- Тип: System.Collections.GenericIListItemModel
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskValidationResultПримечание об использовании
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
IAttachmentManager. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).
См. также