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

Last Updated: 25 April, 2026