Click or drag to resize
WebFactorTreeNodeRecursiveChildrenIds Property
Children to this factor tree node that is represented with factor ids instead of factor object to avoid problems with circular trees. This property is currently not used.

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public List<int> RecursiveChildrenIds { get; set; }

Property Value

Type: ListInt32
See Also