Returns True if a page is missing a translated version in at least one other language

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

Syntax

C#
public bool HasMissingLanguages(
	int portalId,
	int tabId
)
Visual Basic
Public Function HasMissingLanguages ( 
	portalId As Integer,
	tabId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.TabController.HasMissingLanguages(System.Int32,System.Int32)
tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Entities.Tabs.TabController.HasMissingLanguages(System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabController.HasMissingLanguages(System.Int32,System.Int32)

Implements

ITabController..::..HasMissingLanguages(Int32, Int32)

See Also