CardTaskDialogHelperSetFileContentToInfo - метод |
Задаёт информацию о файле диалога с временем жизни "Запрос" (
Info).
Пространство имён:
Tessa.Cards
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static void SetFileContentToInfo(
CardInfoStorageObject infoStorageObject,
string base64FileContent,
CardFileVersion fileVersion
)
Public Shared Sub SetFileContentToInfo (
infoStorageObject As CardInfoStorageObject,
base64FileContent As String,
fileVersion As CardFileVersion
)
public:
static void SetFileContentToInfo(
CardInfoStorageObject^ infoStorageObject,
String^ base64FileContent,
CardFileVersion^ fileVersion
)
static member SetFileContentToInfo :
infoStorageObject : CardInfoStorageObject *
base64FileContent : string *
fileVersion : CardFileVersion -> unit
Параметры
- infoStorageObject
- Тип: Tessa.CardsCardInfoStorageObject
Объект, в котором должна быть сохранена информация о файлен. - base64FileContent
- Тип: SystemString
Контент файла в Base64. - fileVersion
- Тип: Tessa.CardsCardFileVersion
Информация о версии файла.
См. также