WorkflowDialogContextSetFileContentAsync - метод |
Пространство имён:
Tessa.Workflow.Actions
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public Task SetFileContentAsync(
CardFile file,
byte[] content
)
Public Function SetFileContentAsync (
file As CardFile,
content As Byte()
) As Task
public:
Task^ SetFileContentAsync(
CardFile^ file,
array<unsigned char>^ content
)
member SetFileContentAsync :
file : CardFile *
content : byte[] -> Task
Параметры
- file
- Тип: Tessa.CardsCardFile
- content
- Тип: SystemByte
Возвращаемое значение
Тип:
TaskСм. также