Click or drag to resize

RelaxISPlugin_FileFormatIdentifyFile(Stream) Method

Determine if a file is of the respective datafile by analyzing its contents

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract bool IdentifyFile(
	Stream input
)

Parameters

input  Stream
Provides data data of the file

Return Value

Boolean
True, if the file is of the correct type, false if not
See Also