Dump objects to filepath. This requires a build with object linking.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid DumpObjects(
string i_FilePath
)
Sub DumpObjects (
i_FilePath As String
)
Dim instance As IUtils
Dim i_FilePath As String
instance.DumpObjects(i_FilePath)
void DumpObjects(
[InAttribute] String^ i_FilePath
)
Parameters
- i_FilePath
- Type: SystemString
See Also