Instantiates a document located by a URL, of a specified type, but by reading the contents for the document from another URL, and returns it if successful.
Original signature is '- (id)makeDocumentForURL:(NSURL *)absoluteDocumentURL withContentsOfURL:(NSURL *)absoluteDocumentContentsURL ofType:(NSString *)typeName error:(NSError **)outError'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual Id MakeDocumentForURLWithContentsOfURLOfTypeError( NSURL absoluteDocumentURL, NSURL absoluteDocumentContentsURL, NSString typeName, out NSError outError )

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDocumentController.MakeDocumentForURLWithContentsOfURLOfTypeError(Monobjc.Foundation.NSURL,Monobjc.Foundation.NSURL,Monobjc.Foundation.NSString,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)