Click or drag to resize

DocumentRenderFunctionRenderDocumentSet Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders the specified set into List of TextDocumentSets

Namespace:  imbNLP.Toolkit.Entity
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<TextDocumentSet> RenderDocumentSet(
	WebSiteDocumentsSet input,
	ILogBuilder logger
)

Parameters

input
Type: imbNLP.Toolkit.DocumentsWebSiteDocumentsSet
The input.
logger
Type: ILogBuilder
The logger.

Return Value

Type: ListTextDocumentSet

[Missing <returns> documentation for "M:imbNLP.Toolkit.Entity.DocumentRenderFunction.RenderDocumentSet(imbNLP.Toolkit.Documents.WebSiteDocumentsSet,imbSCI.Core.reporting.ILogBuilder)"]

See Also