Loads the contents of the specified web history file.
Original signature is '- (BOOL)loadFromURL:(NSURL *)URL error:(NSError **)error'
Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax

Parameters
- URL (NSURL)
- The URL of the file to load. The file should have been created previously by a web history object. Note that the file’s format is private and should not be edited directly.
- error (NSError%)
- On output, nil if the load was successful; otherwise, error, contains details of the failure.

Return Value
YES if successful; otherwise, NO.

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)