GetContinuationChainByContinuationReference

InlineXbrlDocument.GetContinuationChainByContinuationReference method

Gets the continuation chain according to the continuation reference.

public List<InlineContinuation> GetContinuationChainByContinuationReference(
    string continuationReference)
ParameterTypeDescription
continuationReferenceStringThe continuation reference

Return Value

The continuation chain.

See Also