MonobjcMonobjc Documented Class Library
PropertyForKeyInFilesystemMergeWithOtherFilesystems Method (key, filesystem, merge)
NamespacesMonobjc.DiscRecordingDRFSObjectPropertyForKeyInFilesystemMergeWithOtherFilesystems(NSString, NSString, Boolean)

Returns a file/folder property specified by key for the specified filesystem.

Original signature is '- (id) propertyForKey:(NSString*)key inFilesystem:(NSString*)filesystem mergeWithOtherFilesystems:(BOOL)merge'

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id PropertyForKeyInFilesystemMergeWithOtherFilesystems(
	NSString key,
	NSString filesystem,
	bool merge
)
Public Overridable Function PropertyForKeyInFilesystemMergeWithOtherFilesystems ( _
	key As NSString, _
	filesystem As NSString, _
	merge As Boolean _
) As Id
public:
virtual Id^ PropertyForKeyInFilesystemMergeWithOtherFilesystems(
	NSString^ key, 
	NSString^ filesystem, 
	bool merge
)
Parameters
key (NSString)
The property to return.
filesystem (NSString)
The filesystem to look in.
merge (Boolean)
If YES, also look for the property in the umbrella DRAllFilesystems .
Return Value
The value associated with the property.
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.DiscRecording (Module: Monobjc.DiscRecording)