updateBacklinks
Class: slreq.LinkSet
Namespace: slreq
Syntax
[checked,added] = updateBacklinks(myLinkSet)
[checked,added,removed] = updateBacklinks(myLinkSet,removeUnmatched)
Description
[
synchronizes backlinks in external documents to match links in the link set
checked
,added
] = updateBacklinks(myLinkSet
)myLinkSet
. The method returns the number of links in the link set that
the method checked and the number of backlinks it added to the external document.
[
removes backlinks from the external document that do not have a corresponding link in the link
set when checked
,added
,removed
] = updateBacklinks(myLinkSet
,removeUnmatched
)removeUnmatched
is true
. The method returns
the number of backlinks removed from the external document.
Input Arguments
Output Arguments
Examples
Alternatives
App
You can also update backlinks by using the Requirements Editor. For more information, see Manage Navigation Backlinks in External Requirements Documents.
Version History
Introduced in R2022a