Context: |
Class Definition |
Library/Class: |
FileRecord Class |
FileRecord As FileRecord,
FileRecord is an Integra runtime object class designed to store information related to the currently exported or imported Notes document. It represents the data that is to be written in either one of the directions (from Notes to Word/Excel or vice versa).
There is no object at runtime based on this class, but rather the export or import object contains a property called record that is of type FileRecord. So to access the properties and methods of this class, one has to use the export or import object's record property (export.Record).
Though the class has the same name and has the same structure for the three Integra profile types (Word, Excel and Text), the availability (usability) of the properties and methods differ. Below is a list of all the properties of the FileRecord class (the class has no methods). They are explained in detail throughout this section and availability will be indicated.
Note: ALL properties allow Read/Write access, however, it is indicated if Read Only is Recommended. For the latter you should not modify the value of the properties unless you are very confident in the use of Integra's runtime object classes.
|