Link Search Menu Expand Document

DocumentParserAddTemplates Method

Loads templates from specified folder (and its subfolders) to internal template list. Template files must have ".yml" or ".json" extension.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public int AddTemplates(
	string folderName
)

Parameters

folderName
Type: SystemString

[Missing <param name="folderName"/> documentation for "M:ByteScout.DocumentParser.DocumentParser.AddTemplates(System.String)"]

Return Value

Type: Int32
Count of added templates.
See Also

Reference