Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
function GetObjectParentId(parent : String, id : String, objtype : String) : String[]

Method arguments:

  1. parent - Required argument. The type of the object for which you want to find out child objects . It takes the following values:   Type – String, range – existing object types.
  2. id - Required argument. Identification number of the object of the type set in the parentargument. It takes the following values:   Type – String, range – existing identification numbers of the objects of the specified type.
  3. objtype - Required argument. The type of the child objects whose identification numbers should be returned. It takes the following values:   Type – String, range – existing object types.

...