Click or drag to resize

FileParserIsFileCompatible Method

Determines whether the specified file is compatible with parser. Some implementations might be based on fileName analysis, while other may rely on file content.

Namespace:  Packflow.Core.FileParsing
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public abstract bool IsFileCompatible(
	Stream file,
	string fileName
)

Parameters

file
Type: System.IOStream
The file.
fileName
Type: SystemString
Name of the file.

Return Value

Type: Boolean
bool
See Also