Gets a member from parent-chain: a) Nth parent according to limit. b) parent on targetPath, c) parent of target type or simply d) root if no more parents.
Namespace:imbSCI.Data Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Type: SystemString Once head reach this path it will trigger return of head. Disabled if empty or null.
target (Optional)
Type: SystemType The target Type - what type will triger return of current head
limit (Optional)
Type: SystemInt32 The limit of depth. For -1: unlimited, For 1: it will return source.parent, For 0: it will return source, for 50: it will return 50th parent in parent-chain.