OnlyOfficeSettings - конструктор
Пространство имён: Tessa.Extensions.Default.Server.OnlyOfficeСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
public OnlyOfficeSettings(
string? converterUrl,
string? documentBuilderPath,
string? webApiBasepath,
int tokenLifetimePeriod,
TimeSpan loadTimeout,
byte[] signatureKey,
string serverCode,
byte[]? onlyOfficeSignatureKey = null
)
Public Sub New (
converterUrl As String,
documentBuilderPath As String,
webApiBasepath As String,
tokenLifetimePeriod As Integer,
loadTimeout As TimeSpan,
signatureKey As Byte(),
serverCode As String,
Optional onlyOfficeSignatureKey As Byte() = Nothing
)
public:
OnlyOfficeSettings(
String^ converterUrl,
String^ documentBuilderPath,
String^ webApiBasepath,
int tokenLifetimePeriod,
TimeSpan loadTimeout,
array<unsigned char>^ signatureKey,
String^ serverCode,
array<unsigned char>^ onlyOfficeSignatureKey = nullptr
)
new :
converterUrl : string *
documentBuilderPath : string *
webApiBasepath : string *
tokenLifetimePeriod : int *
loadTimeout : TimeSpan *
signatureKey : byte[] *
serverCode : string *
?onlyOfficeSignatureKey : byte[]
(* Defaults:
let _onlyOfficeSignatureKey = defaultArg onlyOfficeSignatureKey null
*)
-> OnlyOfficeSettings
Параметры
- converterUrl String
-
- documentBuilderPath String
-
- webApiBasepath String
-
- tokenLifetimePeriod Int32
-
- loadTimeout TimeSpan
-
- signatureKey Byte
-
- serverCode String
-
- onlyOfficeSignatureKey Byte (Optional)
-