CreateXbrlInstanceElement

InlineXbrlDocument.CreateXbrlInstanceElement method

Creates a xbrl instance elment.

public XbrlInstanceElement CreateXbrlInstanceElement(string name, string prefix = null)
ParameterTypeDescription
nameStringThe xbrl instance local name.
prefixStringThe xbrl instance element prefix.

Return Value

The created xbrl instance element.

See Also