deleteFileProperty Method
Delete a file property from the iModel.
deleteFileProperty(prop: FilePropertyProps): void
@throws EditTxnError if this EditTxn is not active.
| Parameter | Type | Description |
|---|---|---|
| prop | FilePropertyProps | The file property to delete. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 569
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.