MonobjcMonobjc Documented Class Library
LoadFromURLError Method (URL, error)
NamespacesMonobjc.WebKitWebHistoryLoadFromURLError(NSURL, NSError%)

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
C#Visual BasicVisual C++
public virtual bool LoadFromURLError(
	NSURL URL,
	out NSError error
)
Public Overridable Function LoadFromURLError ( _
	URL As NSURL, _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool LoadFromURLError(
	NSURL^ URL, 
	[OutAttribute] NSError^% error
)
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)