Cluster.DataGrid.CacheLoadParent()

Signature

void CacheLoadParent(Concept cept, boolean recursive)

Domain

ACTION

Description

Loads from cache the parent concepts of the given concept.

Parameters

NameTypeDescription
ceptConceptConcept whose parent need to be loaded
recursivebooleanIf there is more than 1 level of parent hierarchy. Load parents at all levels if recursive=true, else load only immediate parent.

Returns

TypeDescription
void

Cautions

none