Gets the hypertext link with the specified id.
<void> HypertextLinkCollection.getItem([<number> id], [<ErrorCallback> errorCallback], <RequestHypertextLinkCallback> id)
Parameter | Description |
---|---|
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. |
error |
Optional. Is called when the operation failed with an error. |
id | Receives the hypertext link. |