summaryM:DotNetNuke.Common.Lists.ListController.DeleteListEntryByID(System.Int32,System.Boolean)

Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void DeleteListEntryByID(
	int entryId,
	bool deleteChild
)
Visual Basic
Public Sub DeleteListEntryByID ( 
	entryId As Integer,
	deleteChild As Boolean
)

Parameters

entryId
Type: System..::..Int32
paramentryIdM:DotNetNuke.Common.Lists.ListController.DeleteListEntryByID(System.Int32,System.Boolean)
deleteChild
Type: System..::..Boolean
paramdeleteChildM:DotNetNuke.Common.Lists.ListController.DeleteListEntryByID(System.Int32,System.Boolean)

See Also