Click or drag to resize

TreeBuilderAddNode Method

Add node to tree. Returns false if node cannot be added because tree would get higher than allowed.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public bool AddNode(
	TreeNode node,
	IdentityMetadata metadata = null,
	TreeNode blidnginMaskNode = null
)

Parameters

node
Type: Guardtime.KSI.ServiceTreeNode
Node to be added
metadata (Optional)
Type: Guardtime.KSI.ServiceIdentityMetadata
Metadata node
blidnginMaskNode (Optional)
Type: Guardtime.KSI.ServiceTreeNode
Blinding mask node

Return Value

Type: Boolean
false if node cannot be added because tree would get higher than allowed, true otherwise.
See Also