GetConceptByName

InlineXbrlDocument.GetConceptByName method

Gets the concept which has the specified name.

public Concept GetConceptByName(string conceptName)
ParameterTypeDescription
conceptNameStringConcept name.

Return Value

The concept.

See Also