Class Reference
%SYSTEM.CodeScanner
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SYSTEM] >  [CodeScanner]
Private  Storage

class %SYSTEM.CodeScanner extends %SYSTEM.Help

Used to scan user code looking for code that may not work correctly due to use of unsupported features.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5


Summary

Methods
Help Scan ScanAll


Methods

• classmethod Scan(SearchList As %String = "*.*")
Scan this namespace looking for code that may not work correctly due to use of unsupported features. You can pass an options SearchList argument which is a mask of which documents to search for.
• classmethod ScanAll(SearchList As %String = "*.*")
Scan all namespaces on this system looking for code that may not work correctly due to use of unsupported features. You can pass an options SearchList argument which is a mask of which documents to search for.