Click or drag to resize

IPayFileProcessorPluginDetectFile Method

Detects if the given file can be parsed by this module.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool DetectFile(
	Stream fileStream
)

Parameters

fileStream
Type: System.IOStream
Pay file stream.

Return Value

Type: Boolean
true if this Plugin can parse the file.
See Also