Click or drag to resize
ITaxonManagerUpdateTaxonTreeSortOrder Method

[Missing <summary> documentation for "M:ArtDatabanken.Data.ITaxonManager.UpdateTaxonTreeSortOrder(ArtDatabanken.Data.IUserContext,System.Collections.Generic.List{System.Int32},System.Int32,ArtDatabanken.Data.ITaxonRevision)"]

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void UpdateTaxonTreeSortOrder(
	IUserContext userContext,
	List<int> taxonIds,
	int parentTaxonId,
	ITaxonRevision taxonRevision
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
taxonIds
Type: System.Collections.GenericListInt32
The taxa ids.
parentTaxonId
Type: SystemInt32
Parent taxon id.
taxonRevision
Type: ArtDatabanken.DataITaxonRevision
The revision.
See Also