Click or drag to resize

IDatabaseImportBlobFromFile Method

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

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
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
See Also