Click or drag to resize

ExporterBaseFindExport Method

Returns the Export for the specified exportName from the Exports.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public Export FindExport(
	string exportName
)
View Source

Parameters

exportName  String
Name of the Export to be retrieved.

Return Value

Export
An Export object if a match is found; otherwise null.
See Also