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
Syntaxint ImportBlobFromFile(
string conceptualtype,
string filename,
string extrainfo = "0",
bool zipCompress = false,
bool encrypt = false
)
Function ImportBlobFromFile (
conceptualtype As String,
filename As String,
Optional extrainfo As String = "0",
Optional zipCompress As Boolean = false,
Optional encrypt As Boolean = false
) As Integer
Dim instance As IDatabase
Dim conceptualtype As String
Dim filename As String
Dim extrainfo As String
Dim zipCompress As Boolean
Dim encrypt As Boolean
Dim returnValue As Integer
returnValue = instance.ImportBlobFromFile(conceptualtype,
filename, extrainfo, zipCompress,
encrypt)
int ImportBlobFromFile(
[InAttribute] String^ conceptualtype,
[InAttribute] String^ filename,
[InAttribute] String^ extrainfo = L"0",
[InAttribute] bool zipCompress = false,
[InAttribute] 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