deleteFileProperty Method
Deprecated Use EditTxn.deleteFileProperty instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
delete a "file property" from this iModel
deleteFileProperty(prop: FilePropertyProps): void
@note This method should not be called from {TxnManager.withIndirectTxnModeAsync} or {TxnManager.withIndirectTxnMode}.
| Parameter | Type | Description |
|---|---|---|
| prop | FilePropertyProps | the FilePropertyProps that describes the property |
Returns - void
Defined in
- backend/src/IModelDb.ts Line 2038
Last Updated: 25 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.