AttachmentUIManagerExtensionsGetFileContentAsync - метод |
Пространство имён:
Tessa.UI.Cards.Forums
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static Task<(List<string> filePaths, IValidationResultBuilder validationResult)> GetFileContentAsync(
this IAttachmentManager self,
IFileCollection fileCollection,
ICardStreamClientRepository cardStreamClientRepository,
Guid? cardID,
ItemModel item,
CancellationToken cancellationToken = default
)
<ExtensionAttribute>
Public Shared Function GetFileContentAsync (
self As IAttachmentManager,
fileCollection As IFileCollection,
cardStreamClientRepository As ICardStreamClientRepository,
cardID As Guid?,
item As ItemModel,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of (filePaths As List(Of String), validationResult As IValidationResultBuilder))
public:
[ExtensionAttribute]
static Task<ValueTuple<List<String^>^, IValidationResultBuilder^>>^ GetFileContentAsync(
IAttachmentManager^ self,
IFileCollection^ fileCollection,
ICardStreamClientRepository^ cardStreamClientRepository,
Nullable<Guid> cardID,
ItemModel^ item,
CancellationToken cancellationToken = CancellationToken()
)
[<ExtensionAttribute>]
static member GetFileContentAsync :
self : IAttachmentManager *
fileCollection : IFileCollection *
cardStreamClientRepository : ICardStreamClientRepository *
cardID : Nullable<Guid> *
item : ItemModel *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ValueTuple<List<string>, IValidationResultBuilder>>
Параметры
- self
- Тип: Tessa.ForumsIAttachmentManager
- fileCollection
- Тип: Tessa.FilesIFileCollection
- cardStreamClientRepository
- Тип: Tessa.CardsICardStreamClientRepository
- cardID
- Тип: SystemNullableGuid
- item
- Тип: Tessa.Forums.ModelsItemModel
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskValueTupleListString,
IValidationResultBuilderПримечание об использовании
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
IAttachmentManager. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).
См. также