GetConceptByUriAndName

XbrlInstance.GetConceptByUriAndName method

Gets the concept which has the specified uri and name.

public Concept GetConceptByUriAndName(string conceptUri, string conceptName)
Parameter Type Description
conceptUri String Concept Uri.
conceptName String Concept name.

Return Value

The concept.

See Also