Click or drag to resize
IFactorManagerGetFactorTrees Method (IUserContext, IFactorTreeSearchCriteria)
Get all factor trees that match search criteria.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
FactorTreeNodeList GetFactorTrees(
	IUserContext userContext,
	IFactorTreeSearchCriteria searchCriteria
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
searchCriteria
Type: ArtDatabanken.DataIFactorTreeSearchCriteria
The factor search criteria.

Return Value

Type: FactorTreeNodeList
All factor trees.
See Also