GetContextById

InlineXbrlDocument.GetContextById method

Gets the context which has the specified id.

public Context GetContextById(string id)
Parameter Type Description
id String Context id

Return Value

The context.

See Also