IUserWriteSessionDeleteByIds Method Ingeniux CMS Content Store API

Deletes existing objects by their object IDs.

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

Reference