GetConceptById

InlineXbrlDocument.GetConceptById method

Gets the context which has the specified id.

public Concept GetConceptById(string conceptId)
ParameterTypeDescription
conceptIdStringContext id

Return Value

The context.

See Also