How do i Create a Tree like structure for Custom Activities, for example
.Test
.TestPackage
.TestActivity
.TestActivity2
.TestPackage2
.TestActivity
Found this (Publish Library - Add levels to Activities Root Category) post in Forum but couldn’t quite understand what they did there.
(please note that i’m new to Custom Activities and all)
I’m not that familiar on how to create two activities under same package.
I tried creating two activities under same project as shown in screenshot. but i got two different activities under different parent root
I believe the hierarchy depends on the namespace that you use. For the example you first posted the namespace would be AppIntegration.CSV or AppIntegration.Database, etc…
No @DanielMitchell, That screenshot is for reference from UIPath studio. I have created a Project with Namespace FileFolderCleanup and created my CodeActivity Classes.
As in screenshot, I want Hieararchy as
FolderCleanup
->Folders
-> My Activity
->Files
->My Activity2
Right, so put both activities in namespace “FolderCleanup” and then for My Activity put it inside namespace Folders and for My Activty2 put it inside namespace Files.
Thanks @DanielMitchell and @lakshman for helping me. i’m able to achieve what i required.
Got one question though how do i make FileFolderCleanup look like File Folder Cleanup with space between words. i see that it is displaying namespace.