Click or drag to resize
FactorSearchScope Enumeration
Alternative restrictions of returned data.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum FactorSearchScope
Members
  Member nameValueDescription
NoScope0 No special scope.
AllChildFactors1 Include child factors.
AllParentFactors2 Include parent factors.
NearestChildFactors3 Include nearest child factors.
NearestParentFactors4 Include nearest parent factors.
LeafFactors5 Include child leaf factors.
See Also