FileContentNameReplacer - конструктор
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён: Tessa.FilesСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public FileContentNameReplacer(
[OptionalDependencyAttribute] IFileContentOptions? contentOptions = null
)
Public Sub New (
<OptionalDependencyAttribute> Optional contentOptions As IFileContentOptions = Nothing
)
public:
FileContentNameReplacer(
[OptionalDependencyAttribute] IFileContentOptions^ contentOptions = nullptr
)
new :
[<OptionalDependencyAttribute>] ?contentOptions : IFileContentOptions
(* Defaults:
let _contentOptions = defaultArg contentOptions null
*)
-> FileContentNameReplacer
Параметры
- contentOptions IFileContentOptions (Optional)
-
Настройки, связанные с хранением контента файлов, или null, если используются настройки по умолчанию.