CreateXbrlInstanceElement

InlineXbrlDocument.CreateXbrlInstanceElement method

Creates a xbrl instance elment.

public XbrlInstanceElement CreateXbrlInstanceElement(string name, string prefix = null)
Parameter Type Description
name String The xbrl instance local name.
prefix String The xbrl instance element prefix.

Return Value

The created xbrl instance element.

See Also