Gets the hypertext link with the specified id.
<void> HypertextLinkCollection.getItem(<RequestHypertextLinkCallback> callback, [<ErrorCallback> errorCallback], [<number> id])
Parameter | Description |
---|---|
callback | Receives the hypertext link. |
error |
Optional. Is called when the operation failed with an error. |
id | Optional. Specifies the document link's identifier set with the ID property. The method returns null if a link with the specified identifier does not exist. |