Skip to main content

GetAnalysisRules

The GetAnalysisRules function is supported in Studio ONLY. This function returns the list of all available Analysis Rules plugins.

Prototype

  GetAnalysisRules( Mode )

Arguments


Mode String By value

A valid string containing "Id" or "Name".

Id : will return the list of Analysis plug-in by unique id
Name : will return the list of Analysis plug-in by name

Returns

    List of Strings

Returns the list of available AnalysisRules.

Exception

    Undefined

Undefined is returned if Mode is not equal to Id or to Name

Example

  GetAnalysisRules( 'Name' )

This will return a list of all available analysis rules by name.