Click or drag to resize

IGHAObjectDeleteObject Method

[This is preliminary documentation and is subject to change.]

Deletes a child object of the calling object matching the specified name

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
Object DeleteObject(
	string name
)

Parameters

name
Type: SystemString
Object name

Return Value

Type: Object
True if object is succesfully deleted, false if not
See Also