CardTaskDialogHelperSetFileContentToInfo(CardFile, Byte, IUser) - метод
Задаёт контент файла карточки диалога с временем жизни
Info.
Пространство имён: Tessa.CardsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static void SetFileContentToInfo(
CardFile cardFile,
byte[] content,
IUser user
)
Public Shared Sub SetFileContentToInfo (
cardFile As CardFile,
content As Byte(),
user As IUser
)
public:
static void SetFileContentToInfo(
CardFile^ cardFile,
array<unsigned char>^ content,
IUser^ user
)
static member SetFileContentToInfo :
cardFile : CardFile *
content : byte[] *
user : IUser -> unit
Параметры
- cardFile CardFile
- Информация о файле, контент которого требуется задать.
- content Byte
- Задаваемый контент файла.
- user IUser
Сессия пользователя.