Click or drag to resize
IDeletableTDelete Method

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

Deletes an entity with a specific Id

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

Parameters

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:Netadmin.Management.Common.Core.IDeletable`1.Delete(System.Int64)"]

Exceptions
ExceptionCondition
ArgumentExceptionThrown if id is zero or lower
InvalidIdentifierExceptionThrown if an identifier is zero or lower
ObjectNotFoundExceptionThrown if the entity is not found in the system
DependencyIssueExceptionA dependency prevents deletion
See Also