IMinute.StoreBlob Method
Parameters
- row
- int
The row number in the minute (1 - 9999).
- fieldMnemonic
- string
The ID (mnemonic) of the field you want to store the blob to. Can be either a native field or a free field.
- blob
- byte[]
A byte array representing the file you want to store.
- fileName
- string
The name of the file to be stored to the blob. Applies only to free columns. For native fields: EmbeddedExcel, EmbeddedWord and SetImage, this parameter is ignored.
Exception type | Condition |
---|---|
A problem occurred. |
Native fields are:
EmbeddedExcel: The Excel workbook hosted in the row which is used to return values to the minute row.
EmbeddedWord: The word document hosted in the row (which is to be merged with calling word document).
SetImage: The information about the set, for headers of sets (contains input data for the set, etc.).