GetConceptByUriAndName

XbrlInstance.GetConceptByUriAndName method

Gets the concept which has the specified uri and name.

public Concept GetConceptByUriAndName(string conceptUri, string conceptName)
ParameterTypeDescription
conceptUriStringConcept Uri.
conceptNameStringConcept name.

Return Value

The concept.

See Also