IUserWriteSessionDeleteByIds Method
|
Deletes existing objects by their object IDs. Deletion occurs upon session closure.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid DeleteByIds(
params string[] objIds
)
Sub DeleteByIds (
ParamArray objIds As String()
)
void DeleteByIds(
... array<String^>^ objIds
)
abstract DeleteByIds :
objIds : string[] -> unit Parameters
- objIds String
- 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