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.

C# | Visual Basic | Visual 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 )

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)