CardTaskDialogHelperSetFileContentToInfo(CardInfoStorageObject, String, CardFileVersion) - метод
Задаёт информацию о файле диалога с временем жизни "Запрос" (
Info).
Пространство имён: Tessa.CardsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
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 CardInfoStorageObject
- Объект, в котором должна быть сохранена информация о файле.
- base64FileContent String
- Контент файла в Base64.
- fileVersion CardFileVersion
- Информация о версии файла.