[ROOT] / doc / DocFrag / ARCDoc.DocLinkCollection.InsertLinks Overload1
Key | Value |
---|---|
Assembly | ARCDoc |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -13- |
Name | InsertLinks |
Namespace | ARCDoc |
Type | DocLinkCollection |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | DocLinkCollection |
MethodName | InsertLinks |
MethodSignature | System.String InsertLinks(System.Collections.Generic.List`1[ARCCore.IKCoded], System.String) |
Does LinkInsertionInDocumentation on the given HTML content.
Replaces all occurrences of any -[HTMLLink]- with corresponding '<a href = "...' tag.
NOTE: Only works when documentation is in the same root as the current location,
NOTE: typically when current location starts with RQ, like RQ/dt/Customer/42 and documentation is under RQ/doc/...
NOTE:
NOTE: See overload with 'toDoc' parameter for use when caller 'knows' how to navigate to doc.
TODO: Possible easy improvement for better performance:
TODO: DocLinks could be grouped by first letters or similar
TODO: If hyphen + that letter do not exist, then we can skip that group altogether.
TDDO: This should greatly speed up insertion of links in small documents.
Generated 2025-02-21 13:55:46.773 UTC