saveFileProperty Method
Save a file property to the iModel.
saveFileProperty(prop: FilePropertyProps, strValue: string, blobVal?: Uint8Array): void
@throws EditTxnError if this EditTxn is not active.
| Parameter | Type | Description |
|---|---|---|
| prop | FilePropertyProps | The file property to save. |
| strValue | string | String value. |
| blobVal | Uint8Array | Blob value. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 554
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.