How to create different FOLDER entry types ?

How to create different FOLDER entry types ?

avatar
kukucz
Disabled

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

All Comments (3)

avatar

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

avatar

Thank you.
Of course it is working ;)

Regards
Dariusz

avatar

Great news!
Thanks for the feedback, have a great day

Regards,

Alex Belisle