IsValid
The type of XBRL document to validate is specified by the type parameter, which takes an ENUMXBRLValidationType literal as its value. The result is true on success, false on failure. If an error occurs, a RaptorXMLException is raised. Use LastErrorMessage to access additional information.
COM and .NET
Signature: boolean IsValid(ENUMXBRLValidationType type)
Java
Signature: public boolean isValid(ENUMXBRLValidationType type)