saveFileProperty Method

Save a file property to the iModel.

saveFileProperty(prop: FilePropertyProps, strValue: string, blobVal?: Uint8Array): void

@throws EditTxnError if this EditTxn is not active.

Parameter Type Description
prop FilePropertyProps The file property to save.
strValue string String value.
blobVal Uint8Array Blob value.

Returns - void

Defined in

Last Updated: 28 April, 2026