Click or drag to resize
IDeletableBatchTDelete Method

[This is preliminary documentation and is subject to change.]

Deletes multiple entities in one operation

Namespace: Netadmin.Management.Common.Core
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void Delete(
	IEnumerable<long> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt64
The ids to delete
Exceptions
ExceptionCondition
ArgumentExceptionThrown if any id is zero or less
ObjectNotFoundExceptionThrown if any id was not found
DependencyIssueExceptionThrown if a dependency prevents deletion
ArgumentNullExceptionThrown if ids is null
See Also