Click or drag to resize

IUtilsDumpObjectsOfClass Method

Dump objects of type ClassName 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
Syntax
void DumpObjectsOfClass(
	string i_ClassName,
	string i_FilePath
)

Parameters

i_ClassName
Type: SystemString
i_FilePath
Type: SystemString
See Also