Cluster.DataGrid.CacheLoadConceptById()

Signature

Concept CacheLoadConceptById(long id, boolean includeContained)

Domain

action

Description

Retrieve from the cache the concept whose identifier is specified

Parameters

NameTypeDescription
idlongIdentifier for the targeted concept
includeContainedbooleanIf true load the entire complex concept; if false load only the root concept

Returns

TypeDescription
Concept

Cautions

none