Gives the translator role edit rights.

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void GiveTranslatorRoleEditRights(
	TabInfo localizedTab,
	Dictionary<int, UserInfo> users
)
Visual Basic
Public 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.

Implements

ITabController..::..GiveTranslatorRoleEditRights(TabInfo, Dictionary<(Of <<'(Int32, UserInfo>)>>))

See Also