saveFileProperty Method
Save a "file property" to this iModel
saveFileProperty(prop: FilePropertyProps, strValue: string, blobVal?: Uint8Array): void
@note This method should not be called from {TxnManager.withIndirectTxnModeAsync} or {TxnManager.withIndirectTxnMode}.
| Parameter | Type | Description |
|---|---|---|
| prop | FilePropertyProps | the FilePropertyProps that describes the new property |
| strValue | string | |
| blobVal | Uint8Array |
Returns - void
Defined in
- core/backend/src/IModelDb.ts Line 1530
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.