Click or drag to resize

RelaxISPlugin_FileFormatIdentifyFile(String, Boolean) Method

Internal overload to handle identification of a file or of a string.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool IdentifyFile(
	string Input,
	bool IsFileName
)

Parameters

Input  String
A filename or string data.
IsFileName  Boolean
Defines if the Input is a filename or string data.

Return Value

Boolean
True if the data is of the correct format, false if not.
See Also