Gives the translator role edit rights.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
void GiveTranslatorRoleEditRights( TabInfo localizedTab, Dictionary<int, UserInfo> users ) |
Visual Basic |
---|
Sub GiveTranslatorRoleEditRights ( localizedTab As TabInfo, users As Dictionary(Of Integer, UserInfo) ) |
Parameters
- localizedTab
- Type: DotNetNuke.Entities.Tabs..::..TabInfo
The localized tab.
- users
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'Int32, UserInfo>)>)>
The users.