Inserts an item into the back-forward list, immediately after the current item.
Original signature is '- (void)addItem:(WebHistoryItem *)item'
Available in Mac OS X v10.2 with Safari 1.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void AddItem( WebHistoryItem item )
Public Overridable Sub AddItem ( _ item As WebHistoryItem _ )
public: virtual void AddItem( WebHistoryItem^ item )

- item (WebHistoryItem)
- A web history item that represents a visited webpage. If item is nil, an NSInvalidArgumentException exception is raised.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)