DestroyGenericObject Method
Overloads
| DestroyGenericObject(String) |
Removes an app object. The children of the object (if any) are removed as well. |
DestroyGenericObject(String)
Removes an app object.
The children of the object (if any) are removed as well.
Declaration
[QixName("DestroyObject")]
public bool DestroyGenericObject([QixName("qId")] string id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id |
Identifier of the object to remove. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
Remarks
The operation is successful if qSuccess is set to true.