LinkLoadResult.GetNestedLinkLoadResults
Description:
Gets the results for this link's nested links.
Gets the results for this link's nested links.
Remarks:
This function is only relevant for LinkLoadResult object for RvtLinkSymbol. ie. when getIsRvtLink() is true.
This function is only relevant for LinkLoadResult object for RvtLinkSymbol. ie. when getIsRvtLink() is true.
public IDictionary<string, LinkLoadResult> GetNestedLinkLoadResults()
IDictionary<String,LinkLoadResult>
A map from nested link paths to the load results for
that nested link. For links from external servers, the "path" will be
the display name of the link.