ICustomTabsConfigAddGroups Method
|
Adds user groups allowed to view the custom tab specified.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxICustomTabSetting AddGroups(
ICustomTabSetting tab,
IEnumerable<IUserGroup> groups
)
Function AddGroups (
tab As ICustomTabSetting,
groups As IEnumerable(Of IUserGroup)
) As ICustomTabSetting
ICustomTabSetting^ AddGroups(
ICustomTabSetting^ tab,
IEnumerable<IUserGroup^>^ groups
)
abstract AddGroups :
tab : ICustomTabSetting *
groups : IEnumerable<IUserGroup> -> ICustomTabSetting Parameters
- tab ICustomTabSetting
- Tab to setup user group access for
- groups IEnumerableIUserGroup
- User groups that are allowed to see the specified custom tab
Return Value
ICustomTabSettingThe updated custom tab setting
See Also