saveFileProperty Method

Deprecated  in 5.1.9 - will not be removed until after 2027-05-04. Use EditTxn.saveFileProperty instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.

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

Last Updated: 05 May, 2026