MonobjcMonobjc Documented Class Library
AddItems Method (newItems)
NamespacesMonobjc.WebKitWebHistoryAddItems(NSArray)

Inserts or updates the specified items in the web history.

Original signature is '- (void)addItems:(NSArray *)newItems'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddItems(
	NSArray newItems
)
Public Overridable Sub AddItems ( _
	newItems As NSArray _
)
public:
virtual void AddItems(
	NSArray^ newItems
)
Parameters
newItems (NSArray)
An array of web history items to add. If an item in the array already exists in the web history this method replaces the existing item, so that the last-visited date for the item is updated.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)