Hi,
If I add a role manually in the management client (2018 R2) it automatically creates a ViewGroup with the same name, but if I add a role with the SDK using
(ServerTask tsk = managementServer.RoleFolder.AddRole()), then the ViewGroup is not created automatically. How can I add a ViewGroup and manage it’s security settings using the SDK? There doesn’t seem to be a ViewGroup Folder object in the SDK. If I use the Smart Client I can get a list of Viewgroups using ClientControl.Instance.GetViewGroupItems(). but these are a list of Items, and can’t seem to get a void that allows me to add or manage ViewGroups.
