Discards all unsaved document modifications and replaces the document's contents by reading a file or file package located by a URL of a specified type.
Original signature is '- (BOOL)revertToContentsOfURL:(NSURL *)absoluteURL ofType:(NSString *)typeName error:(NSError **)outError'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual bool RevertToContentsOfURLOfTypeError( NSURL absoluteURL, NSString typeName, out NSError outError )
Public Overridable Function RevertToContentsOfURLOfTypeError ( _ absoluteURL As NSURL, _ typeName As NSString, _ <OutAttribute> ByRef outError As NSError _ ) As Boolean
public: virtual bool RevertToContentsOfURLOfTypeError( NSURL^ absoluteURL, NSString^ typeName, [OutAttribute] NSError^% outError )


YES if the document could be reverted; otherwise, NO.

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