MonobjcMonobjc Documented Class Library
ReopenDocumentForURLWithContentsOfURLError Method (absoluteDocumentURL, absoluteDocumentContentsURL, outError)
NamespacesMonobjc.AppKitNSDocumentControllerReopenDocumentForURLWithContentsOfURLError(NSURL, NSURL, NSError%)

Reopens an autosaved document located by a URL, by reading the contents for the document from another URL, presents its user interface, and returns YES if successful.

Original signature is '- (BOOL)reopenDocumentForURL:(NSURL *)absoluteDocumentURL withContentsOfURL:(NSURL *)absoluteDocumentContentsURL error:(NSError **)outError'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ReopenDocumentForURLWithContentsOfURLError(
	NSURL absoluteDocumentURL,
	NSURL absoluteDocumentContentsURL,
	out NSError outError
)
Public Overridable Function ReopenDocumentForURLWithContentsOfURLError ( _
	absoluteDocumentURL As NSURL, _
	absoluteDocumentContentsURL As NSURL, _
	<OutAttribute> ByRef outError As NSError _
) As Boolean
public:
virtual bool ReopenDocumentForURLWithContentsOfURLError(
	NSURL^ absoluteDocumentURL, 
	NSURL^ absoluteDocumentContentsURL, 
	[OutAttribute] NSError^% outError
)
Parameters
absoluteDocumentURL (NSURL)
MISSING
absoluteDocumentContentsURL (NSURL)
MISSING
outError (NSError%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDocumentController.ReopenDocumentForURLWithContentsOfURLError(Monobjc.Foundation.NSURL,Monobjc.Foundation.NSURL,Monobjc.Foundation.NSError@)"]

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.AppKit (Module: Monobjc.AppKit)