Checks if the parameter (output directory/file name) are set properly for the given type.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsValid()
Visual Basic (Declaration)
Public Function IsValid As Boolean
Visual C++
public:
bool IsValid()

Return Value

Returns true if the parameter setup is valid.

See Also