GetConceptById

SchemaRef.GetConceptById method

Gets the concept which has the specified id.

public Concept GetConceptById(string conceptId)
Parameter Type Description
conceptId String Concept id.

Return Value

The concept.

See Also