MonobjcMonobjc Documented Class Library
PrepareFileForVerification Method (file)
NamespacesMonobjc.DiscRecordingIDRFileDataProductionPrepareFileForVerification(DRFile)

Prepare the file object for verification.

Original signature is '- (BOOL) prepareFileForVerification:(DRFile*)file'

Declaration Syntax
C#Visual BasicVisual C++
bool PrepareFileForVerification(
	DRFile file
)
Function PrepareFileForVerification ( _
	file As DRFile _
) As Boolean
bool PrepareFileForVerification(
	DRFile^ file
)
Parameters
file (DRFile)
The file object.
Return Value
YES to indicate that the verification should proceed and NO to indicate a failure occurred.
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)