Click or drag to resize

IUserWriteSessionDeleteByIds Method


Deletes existing objects by their object IDs. Deletion occurs upon session closure.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void DeleteByIds(
	params string[] objIds
)

Parameters

objIds
Type: SystemString
IDs of the objects to delete
Remarks
This method automatically ignores invalid and non-existent IDs. This method will not trigger onBeforeDelete listeners as it is by ID only.
See Also