FileControlHelperCreateFileTemplateCardActionAsync - метод

Definition

Пространство имён: Tessa.UI.Files.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public static Task CreateFileTemplateCardActionAsync(
	Guid templateID,
	string fileName,
	ICardStreamClientRepository cardStreamRepository,
	IFileControl control,
	ICardMetadata cardMetadata,
	ISession session,
	IFile fileToReplace = null,
	CancellationToken cancellationToken = default
)

Параметры

templateID  Guid
 
fileName  String
 
cardStreamRepository  ICardStreamClientRepository
 
control  IFileControl
 
cardMetadata  ICardMetadata
 
session  ISession
 
fileToReplace  IFile  (Optional)
 
cancellationToken  CancellationToken  (Optional)
 

Возвращаемое значение

Task

См. также