FromDepth
Overloads
| Name | Description |
|---|---|
| FromDepth(int depth, bool includeNodePath) | Get Object (By Depth) |
FromDepth(int depth, bool includeNodePath)
public List<Node> FromDepth(int depth, bool includeNodePath)
Get Object (By Depth)
Parameters
| Name | Type | Description |
|---|---|---|
| depth | int | Depth |
| includeNodePath | bool | 노드 패스 정보 포함 여부 |
Returns
| Type | Description |
|---|---|
| List<Node> | Node List Collection |