
Inserts a new document link at the current input position.
[C#]
public bool Add(DocumentLink documentLink);
[Visual Basic]
Public Function Add(ByVal documentLink As DocumentLink) As Boolean
| Parameter | Description | |
| documentLink | Specifies the document link to add. |
The return value is true, if the document link could be added. Otherwise it is false.