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

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
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.
See Also