Returns, for a specified URL, the name of the document type that should be used when opening the document at that location, if successful.
Original signature is '- (NSString *)typeForContentsOfURL:(NSURL *)inAbsoluteURL error:(NSError **)outError'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Function TypeForContentsOfURLError ( _ inAbsoluteURL As NSURL, _ <OutAttribute> ByRef outError As NSError _ ) As NSString
public: virtual NSString^ TypeForContentsOfURLError( NSURL^ inAbsoluteURL, [OutAttribute] NSError^% outError )

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDocumentController.TypeForContentsOfURLError(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)