MonobjcMonobjc Documented Class Library
UpdateAttachmentsFromPath Method (__target, path)
NamespacesMonobjc.AppKitNSMutableAttributedString_AppKitAdditionsUpdateAttachmentsFromPath(NSMutableAttributedString, NSString)

Updates all attachments based on files contained in the RTFD file package at path.

Original signature is '- (void)updateAttachmentsFromPath:(NSString *)path'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void UpdateAttachmentsFromPath(
	this NSMutableAttributedString __target,
	NSString path
)
<ExtensionAttribute> _
Public Shared Sub UpdateAttachmentsFromPath ( _
	__target As NSMutableAttributedString, _
	path As NSString _
)
[ExtensionAttribute]
public:
static void UpdateAttachmentsFromPath(
	NSMutableAttributedString^ __target, 
	NSString^ path
)
Parameters
__target (NSMutableAttributedString)
The target instance.
path (NSString)
MISSING
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSMutableAttributedString. When you use instance method syntax to call this method, omit the first parameter.
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)