Click or drag to resize

DatabaseClassExportBlobToFile Method

Copy a blob to a file

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual void ExportBlobToFile(
	int blobid,
	string filename
)

Parameters

blobid
Type: SystemInt32
filename
Type: SystemString

Implements

IDatabaseExportBlobToFile(Int32, String)
See Also