Gets a particular document link from the collection.
public DocumentLink GetItem();
public DocumentLink GetItem(int id);
Parameter | Description |
---|---|
id | Specifies the document link's identifier. The method returns null if a document link with the specified identifier does not exist. |