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