GetPresentationLinks

Gets the presentation links in the xbrl instance.

public List<PresentationLink> GetPresentationLinks(string roleURI, string arcroleURI)
Parameter Type Description
roleURI String The presentation link role URI.
arcroleURI String The presentation link arcrole URI

Return Value

The presentation links with the role URI and arcrole URI

See Also