GetPresentationLinks

Gets the presentation links in the xbrl instance.

public List<PresentationLink> GetPresentationLinks(string roleURI, string arcroleURI)
ParameterTypeDescription
roleURIStringThe presentation link role URI.
arcroleURIStringThe presentation link arcrole URI

Return Value

The presentation links with the role URI and arcrole URI

See Also