CardTaskDialogHelperGetFileContentFromInfo - метод
Возвращает контент файла диалога с временем жизни "Запрос" (
Info) представленный в виде строки в Base64.
Пространство имён: Tessa.CardsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static string? GetFileContentFromInfo(
CardInfoStorageObject infoStorageObject
)
Public Shared Function GetFileContentFromInfo (
infoStorageObject As CardInfoStorageObject
) As String
public:
static String^ GetFileContentFromInfo(
CardInfoStorageObject^ infoStorageObject
)
static member GetFileContentFromInfo :
infoStorageObject : CardInfoStorageObject -> string
- infoStorageObject CardInfoStorageObject
- Объект, содержащий получаемую информацию.
StringКонтент файла диалога с временем жизни "Запрос" (
Info) представленный в виде строки в Base64 или значение по умолчанию для типа, если его не удалось получить.