Home > DMT_Project > getAllProjectsUuid
DMT_Project.getAllProjectsUuid() method
获取所有工程的 UUID
Signature
typescript
getAllProjectsUuid(teamUuid?: string, folderUuid?: string, workspaceUuid?: string): Promise<Array<string>>;
1
Parameters
Parameter | Type | Description |
---|---|---|
teamUuid | string | (Optional) 团队 UUID |
folderUuid | string | (Optional) 文件夹 UUID,如若不指定,则默认为团队的根文件夹 |
workspaceUuid | string | (Optional) 工作区 UUID |
Returns
Promise<Array<string>>
工程 UUID 数组
Remarks
如若指定 teamUuid
,则获取指定团队下的所有工程;
如若指定 folderUuid
,则获取指定文件夹下的所有工程;
teamUuid
、folderUuid
需要且仅允许指定其一,如若都指定则只取 folderUuid
;
如若指定 workspaceUuid
,则在指定 Workspace 下获取指定团队/文件夹下的所有工程