MonobjcMonobjc Documented Class Library
NoteNewRecentDocumentURL Method (aURL)
NamespacesMonobjc.AppKitNSDocumentControllerNoteNewRecentDocumentURL(NSURL)

This method should be called by applications not based on NSDocument when they open or save documents identified by the given URL.

Original signature is '- (void)noteNewRecentDocumentURL:(NSURL *)aURL'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void NoteNewRecentDocumentURL(
	NSURL aURL
)
Public Overridable Sub NoteNewRecentDocumentURL ( _
	aURL As NSURL _
)
public:
virtual void NoteNewRecentDocumentURL(
	NSURL^ aURL
)
Parameters
aURL (NSURL)
MISSING
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)