RelaxISPlugin_FileFormatIdentifyFile(Stream) Method |
Determine if a file is of the respective datafile by analyzing its contents
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract bool IdentifyFile(
Stream input
)
Public MustOverride Function IdentifyFile (
input As Stream
) As Boolean
Dim instance As RelaxISPlugin_FileFormat
Dim input As Stream
Dim returnValue As Boolean
returnValue = instance.IdentifyFile(input)
Parameters
- input Stream
- Provides data data of the file
Return Value
BooleanTrue, if the file is of the correct type, false if not
See Also