Click or drag to resize

IUserWriteSessionDeleteByIds Method


Deletes existing objects by their object IDs.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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.
See Also