OnlyOfficeSettings - конструктор

Инициализирует новый экземпляр класса OnlyOfficeSettings

Definition

Пространство имён: Tessa.Extensions.Default.Server.OnlyOffice
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
C#
public OnlyOfficeSettings(
	string? converterUrl,
	string? documentBuilderPath,
	string? webApiBasepath,
	int tokenLifetimePeriod,
	TimeSpan loadTimeout,
	byte[] signatureKey,
	string serverCode,
	byte[]? onlyOfficeSignatureKey = null
)

Параметры

converterUrl  String
 
documentBuilderPath  String
 
webApiBasepath  String
 
tokenLifetimePeriod  Int32
 
loadTimeout  TimeSpan
 
signatureKey  Byte
 
serverCode  String
 
onlyOfficeSignatureKey  Byte  (Optional)
 

См. также