MonobjcMonobjc Documented Class Library
SaveToURLError Method (URL, error)
NamespacesMonobjc.WebKitWebHistorySaveToURLError(NSURL, NSError%)

Saves the web history to the specified file.

Original signature is '- (BOOL)saveToURL:(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 SaveToURLError(
	NSURL URL,
	out NSError error
)
Public Overridable Function SaveToURLError ( _
	URL As NSURL, _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool SaveToURLError(
	NSURL^ URL, 
	[OutAttribute] NSError^% error
)
Parameters
URL (NSURL)
The URL of the file to contain the web history information. The file must be user-writable, but its format is private and should not be edited directly.
error (NSError%)
On output, nil if the load was successful; otherwise, error, which 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)