Requires: IP-Symcon >= 4.0
integer GetIDForIdent (string $Ident)
Ident | Ident of the object to be searched for. |
ID of the found object, otherwise FALSE |
The function searches for the object ID of the object with the Ident Ident and returns it. If the Ident is not available, an error message is generated.
// Set the status variable with the Ident "Status" to True SetValue($this->GetIDForIdent("Status"), true);