Click or drag to resize

ProcessorFormatRecord Method

Formats the extracted metadata for the specified record.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public string FormatRecord(
	IRecord record
)

Parameters

record
Type: Opait.ReportMiner.ApiIRecord
The specified record.

Return Value

Type: String
Formatted record metadata.
See Also