IUserWriteSessionDeleteByIds Method
|
Deletes existing objects by their object IDs.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void DeleteByIds(
params string[] objIds
)
Sub DeleteByIds (
ParamArray objIds As String()
)
void DeleteByIds(
... array<String^>^ objIds
)
abstract DeleteByIds :
objIds : string[] -> unit
Parameters
- objIds
- Type: SystemString
IDs of the objects to delete
Remarks This method automatically ignores invalid and non-existent IDs.
See Also