Method ValidityCheck
ValidityCheck(List<string>)
Tests if the Recorder is correctly configured.
Declaration
[Obsolete("Please use methods GetErrors() and GetWarnings()")]
protected virtual bool ValidityCheck(List<string> errors)
Parameters
| Type | Name | Description |
|---|---|---|
| List<string> | errors | List of errors encountered. |
Returns
| Type | Description |
|---|---|
| bool | True if there are no errors, False otherwise. |