saveFileProperty Method
Save a "file property" to this iModel
saveFileProperty(prop: FilePropertyProps, strValue: string, blobVal?: Uint8Array): void
| Parameter | Type | Description | 
|---|---|---|
| prop | FilePropertyProps | the FilePropertyProps that describes the new property | 
| strValue | string | |
| blobVal | Uint8Array | 
Returns - void
Defined in
- core/backend/src/IModelDb.ts Line 1249
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.