[This is preliminary documentation and is subject to change.]
Moves the current object and its children to a new parent object
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntaxbool Move(
IGHAObject newParent
)
Parameters
- newParent
- Type: GHASchemaIGHAObject
The new parent for the object
Return Value
Type:
BooleanTrue if successful, false if not
RemarksThe method will only move objects within the current root in the hierarchy. For example, an object
in the Devices hierarchy will not be moved to the Home hierarchy
See Also