Click or drag to resize

ICustomTabSettingUserGroups Property


Gets/sets the list of user groups that are allowed to see this custom tab.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
List<IUserGroup> UserGroups { get; set; }

Property Value

Type: ListIUserGroup
Remarks
If AdminOnly property is set to true, this property will no longer be effective.
See Also