RelaxISPlugin_FileFormatIdentifyFile(String, Boolean) Method |
Internal overload to handle identification of a file or of a string.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool IdentifyFile(
string Input,
bool IsFileName
)
Public Function IdentifyFile (
Input As String,
IsFileName As Boolean
) As Boolean
Dim instance As RelaxISPlugin_FileFormat
Dim Input As String
Dim IsFileName As Boolean
Dim returnValue As Boolean
returnValue = instance.IdentifyFile(Input,
IsFileName)
Parameters
- Input String
- A filename or string data.
- IsFileName Boolean
- Defines if the Input is a filename or string data.
Return Value
BooleanTrue if the data is of the correct format, false if not.
See Also