IDResult - Global
The IDResult script include is a container class for the result of a CI Identifier.
Use with any server-side discovery script.
IDResult - IDResult(Boolean explore, String sysID)
Creates an instance of the IDResult class.
| Name | Type | Description |
|---|---|---|
| explore | Boolean | Set to true if the CI should be explored; otherwise, false. |
| sysID | String | An existing CI's sys_id, or null if no existing CI could be found. |