Click or drag to resize

DatabaseClassImportBlobFromFile Method

Copy a file into the database. Returns the blob record id.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual int ImportBlobFromFile(
	string conceptualtype,
	string filename,
	string extrainfo = "0",
	bool zipCompress = false,
	bool encrypt = false
)

Parameters

conceptualtype
Type: SystemString
filename
Type: SystemString
extrainfo (Optional)
Type: SystemString
zipCompress (Optional)
Type: SystemBoolean
encrypt (Optional)
Type: SystemBoolean

Return Value

Type: Int32

Implements

IDatabaseImportBlobFromFile(String, String, String, Boolean, Boolean)
See Also