File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 22## Release Notes
33### Version 1.18
44Added Support for Hudu 2.1.5.6 and implemented Folders
5+
56Added:
7+
68 Get-HuduFolders
79 New-HuduFolder
810 Set-HuduFolder
911
1012I have also added some additional helper features for folders
13+
1114 Get-HuduFolderMap # will return the structure of all folders in your KB
1215 Get-HuduFolderMap -company_id $company.id # will return the structure of folders under a customer.
16+
1317You can browse to folders with
18+
1419 (Get-HuduFolderMap).Folder.SubFolder.SubSubFolder
1520
1621To get a specific subfolder by path or to create it and its parent folders you can pass in an array of strings to Initialize-HuduFolder:
22+
1723 $Folders = @("Folder","SubFolder","SubSubFolder")
1824 Initialize-HuduFolder $Folders
1925
You can’t perform that action at this time.
0 commit comments