getLink

Retrieves a link based on record ID. A SOAP error envelope is returned if the operation fails.

To edit a link, use editLink.

Parameters

Parameter Type Description
cookie long Session cookie returned by projectLogon.
linkID long Unique link record ID.

Return value

Value Type
pLink CLink

Example

CLink lnk = ttsdk.getLink(cookie, 1);