Home > SYS_FileManager > getDocumentFootprintSources
SYS_FileManager.getDocumentFootprintSources() 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.
获取文档封装源码
Signature
typescript
getDocumentFootprintSources(): Promise<Array<{
footprintUuid: string;
documentSource: string;
}>>;
1
2
3
4
2
3
4
Returns
Promise<Array<{ footprintUuid: string; documentSource: string; }>>
文档封装源码数据,数据获取失败将返回空数组