Click or drag to resize
DeletableBatchExtensionsDeleteT Method

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

Namespace: Netadmin.Management.Common.Extensions
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static void Delete<T>(
	this IDeletableBatch<T> deleteable,
	long id
)

Parameters

deleteable
Type: Netadmin.Management.Common.CoreIDeletableBatchT

[Missing <param name="deleteable"/> documentation for "M:Netadmin.Management.Common.Extensions.DeletableBatchExtensions.Delete``1(Netadmin.Management.Common.Core.IDeletableBatch{``0},System.Int64)"]

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:Netadmin.Management.Common.Extensions.DeletableBatchExtensions.Delete``1(Netadmin.Management.Common.Core.IDeletableBatch{``0},System.Int64)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Netadmin.Management.Common.Extensions.DeletableBatchExtensions.Delete``1(Netadmin.Management.Common.Core.IDeletableBatch{``0},System.Int64)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDeletableBatchT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if id was not found
DependencyIssueExceptionA dependency prevents deletion
ArgumentExceptionThrown if id is 0 or less
See Also