MonobjcMonobjc Documented Class Library
BackListWithLimit Method (limit)
NamespacesMonobjc.WebKitWebBackForwardListBackListWithLimit(Int32)

Returns the items that precede the current item in the back-forward list, up to the specified number of items.

Original signature is '- (NSArray *)backListWithLimit:(int)limit'

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

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray BackListWithLimit(
	int limit
)
Public Overridable Function BackListWithLimit ( _
	limit As Integer _
) As NSArray
public:
virtual NSArray^ BackListWithLimit(
	int limit
)
Parameters
limit (Int32)
The greatest number of items to return.
Return Value
An array containing (at most) the specified number of items, or nil if no items precede the current item.
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)