Inserts a new document link at the current input position.

Add(DocumentLink)

public bool Add(DocumentLink documentLink);
Public Function Add(ByVal documentLink As DocumentLink) As Boolean

Parameters

Parameter Description
documentLink Specifies the document link to add.

Return Value

The return value is true, if the document link could be added. Otherwise it is false.