Hi.
How to create differentFolder entry types (Company, Site, Domain, Site, Server ...) ?
Using:
$session = New-RDMSession -Type "Group" -Name "GroupName"
I can create only general group type - Folder.
Thanks
Dariusz
Hello,
The attribute for this kind of customization is GroupDetails.Grouptype.
This should look like this :
$session = New-RDMSession -Type "Group" -Name "GroupName"
$session.GroupDetails.GroupType = "Company"
Since the possible values are not listed in our documentation, you can get them by selecting an existing Folder set to your needs (for instance a "Site" folder), Right click on the folder -> Clipboard -> Copy. It will prompt you with a "Copy Options" Window. Get to the Preview Tab, and you will see all the attributes you need to reproduce it.
I hope this helps,
Regards
Alex Belisle
Thank you.
Of course it is working ;)
Regards
Dariusz
Great news!
Thanks for the feedback, have a great day
Regards,
Alex Belisle