[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TreeMapBuilder-1.ChildItemsPath

ChildItemsPath Method

ChildItemsPath(params string[])

Configurates ChildItemsPath. Sets the name of the property (or properties) used to generate child items in hierarchical data.

Declaration
public TreeMapBuilder<T> ChildItemsPath(params string[] value)
Parameters
Type Name Description
string[] value

The value.

Returns
Type Description
TreeMapBuilder<T>

Current builder.

Remarks

Set this property to an array containing the names of the properties that contain child items at each level, when the items are child items at different levels with different names (e.g.

[ 'Accounts', 'Checks', 'Earnings' ]
).