Click or drag to resize
Grid Solutions Framework

FileImporterGetShortStatus Method

Gets a short one-line status of this FileImporter.

Namespace: EpriExport
Assembly: EpriExport (in EpriExport.dll) Version: 2.4.182-beta
Syntax
public override string GetShortStatus(
	int maxLength
)
View Source

Parameters

maxLength  Int32
Maximum length of the status message.

Return Value

String
Text of the status message.

Implements

IAdapterGetShortStatus(Int32)
See Also