Click or drag to resize
ITaxonManagerMoveTaxa Method
Moves a list of taxa from one parent to another. The new relation will be sorted last.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void MoveTaxa(
	IUserContext userContext,
	TaxonList taxa,
	ITaxon previousParent,
	ITaxon newParent,
	ITaxonRevision taxonRevision
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
taxa
Type: ArtDatabanken.DataTaxonList
List of taxa that will be mmoved.
previousParent
Type: ArtDatabanken.DataITaxon
The previous parent.
newParent
Type: ArtDatabanken.DataITaxon
The new parent.
taxonRevision
Type: ArtDatabanken.DataITaxonRevision
The revision.
See Also