Difference between revisions of "NXSL:UnbindObject"
Jump to navigation
Jump to search
Tomas Kirnak (talk | contribs) (Created page with "__NOTOC__ Remove (unbind) object from a container. == Syntax == UnbindObject(''parent'', ''child''); == Parameters == :{| |- | ''parent'' || Parent object (NXSL:NetObj|...") |
(No difference)
|
Revision as of 13:35, 22 October 2014
Remove (unbind) object from a container.
Syntax
UnbindObject(parent, child);
Parameters
parent Parent object (NetObj referring to container object or infrastructure service root). child The NetXMS object to be unlinked from given parent object (Node or NetObj referring to subnet, container, or cluster).
Return Value
None.
Examples
UnbindObject(FindObject("Services"), FindObject("Service_1")); // Unlink object named "Service_1" from container "Services"