Click or drag to resize
TaxonDataSourceConvertWebTaxonRelations Method
Convert a list of WebTaxonRelation to TaxonRelationList.

Namespace: ArtDatabanken.WebService.Client.TaxonService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public TaxonRelationList ConvertWebTaxonRelations(
	IUserContext userContext,
	List<WebTaxonRelation> webTaxonRelations
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
webTaxonRelations
Type: System.Collections.GenericListWebTaxonRelation
The list of WebTaxonRelations to convert.

Return Value

Type: TaxonRelationList
TaxonRelationList.
See Also