Click or drag to resize

linknodeElementhaveMeta Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Check if any meta is assigned to this node and optionally> if any direct child has any meta object assigned

Namespace:  imbSCI.DataComplex.linknode
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool haveMeta(
	bool checkChildrenToo = true
)
Request Example View Source

Parameters

checkChildrenToo (Optional)
Type: SystemBoolean
if set to true [check children too].

Return Value

Type: Boolean
See Also