MonobjcMonobjc Documented Class Library
PropertiesForFilesystemMergeWithOtherFilesystems Method (filesystem, merge)
NamespacesMonobjc.DiscRecordingDRFSObjectPropertiesForFilesystemMergeWithOtherFilesystems(NSString, Boolean)

Returns all the filesystem properties set for the specified filesystem.

Original signature is '- (NSDictionary*) propertiesForFilesystem:(NSString*)filesystem mergeWithOtherFilesystems:(BOOL)merge'

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary PropertiesForFilesystemMergeWithOtherFilesystems(
	NSString filesystem,
	bool merge
)
Public Overridable Function PropertiesForFilesystemMergeWithOtherFilesystems ( _
	filesystem As NSString, _
	merge As Boolean _
) As NSDictionary
public:
virtual NSDictionary^ PropertiesForFilesystemMergeWithOtherFilesystems(
	NSString^ filesystem, 
	bool merge
)
Parameters
filesystem (NSString)
The filesystem to look in.
merge (Boolean)
If YES, also look for properties in the umbrella DRAllFilesystems .
Return Value
A dictionary of property values.
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)