GetContextById

XbrlInstance.GetContextById method

Gets the context which has the specified id.

public Context GetContextById(string id)
ParameterTypeDescription
idStringContext id

Return Value

The context.

See Also