GetConceptById

InlineXbrlDocument.GetConceptById method

Gets the context which has the specified id.

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

Return Value

The context.

See Also