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
)
Function DetectFile (
fileStream As Stream
) As Boolean
bool DetectFile(
Stream^ fileStream
)
abstract DetectFile :
fileStream : Stream -> bool
Parameters
- fileStream
- Type: System.IOStream
Pay file stream.
Return Value
Type:
Booleantrue if this Plugin can parse the file.
See Also