Click or drag to resize
FactorDataSourceGetFactorTrees Method (IUserContext)
Get all factor trees.

Namespace: ArtDatabanken.WebService.Client.TaxonAttributeService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual FactorTreeNodeList GetFactorTrees(
	IUserContext userContext
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.

Return Value

Type: FactorTreeNodeList
All factor trees.

Implements

IFactorDataSourceGetFactorTrees(IUserContext)
See Also