-
Notifications
You must be signed in to change notification settings - Fork 0
client API methods re import
Steve edited this page Apr 29, 2020
·
1 revision
reImportFile(path: string, image: boolean = true, metaData: boolean = true, httpOptions?: IHTTPOptions): Promise<number>
Re-import a single file. The booleans "image" and "metaData" indicate whether to re-import the image data, the metadata or both.
reImportDir(path: string, image: boolean = true, metaData: boolean = true, httpOptions?: IHTTPOptions): Promise<number>
Re-import a single file. The booleans "image" and "metaData" indicate whether to re-import the image data, the metadata or both. The return value indicates the number of files marked for re-import.
Documentation
-
Interfaces