IDatabaseExportBlobToFile Method |
Copy a blob to a file
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid ExportBlobToFile(
int blobid,
string filename
)
Sub ExportBlobToFile (
blobid As Integer,
filename As String
)
Dim instance As IDatabase
Dim blobid As Integer
Dim filename As String
instance.ExportBlobToFile(blobid, filename)
void ExportBlobToFile(
[InAttribute] int blobid,
[InAttribute] String^ filename
)
Parameters
- blobid
- Type: SystemInt32
- filename
- Type: SystemString
See Also