Home > SYS_FileManager > getCbbFileByCbbUuid
SYS_FileManager.getCbbFileByCbbUuid() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
使用复用模块 UUID 获取复用模块文件
Signature
typescript
getCbbFileByCbbUuid(cbbUuid: string, libraryUuid?: string, cbbName?: string, password?: string): Promise<File | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
cbbUuid | string | 复用模块 UUID |
libraryUuid | string | (Optional) 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
cbbName | string | (Optional) |
password | string | (Optional) 加密密码 |
Returns
Promise<File | undefined>
复用模块文件数据,undefined
表示数据获取失败
Remarks
可以使用 SYS_FileSystem.saveFile() 接口将文件导出到本地文件系统