UpdateObject Method

Description

Updates the object repository with any changes made to the specified object.

Important Information

You should call this method after any object change (for example, rename or copy).

Syntax

object.UpdateObject Object

Syntax Details

ArgumentDescription
objectAn expression evaluating to an object of type ObjectRepositoryUtil.
ObjectRequired. An Object object.

The object to update.

Tip: You can use the GetObject, GetObjectByParent or Item methods to retrieve the object to use as this argument value.

Return Type

None