DestroyObjects
Destroys objects.
Syntax
// Assumes shellUI has been initialized with IShellUI instance
const results = await shellUI.Vault.ObjectOperations.DestroyObjects({
obj_ids: [] /* Array of ObjID */,
});
Message
Name | Description | Type |
---|---|---|
obj_ids | Objects as JSON. (represented by MF_ObjIDArray struct) | ObjID[] |
Return type
Name | Description | Type |
---|
Example
{}