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#
bool HasMissingLanguages(
	int portalId,
	int tabId
)
Visual Basic
Function HasMissingLanguages ( 
	portalId As Integer,
	tabId As Integer
) As Boolean

Parameters

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

Return Value

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

See Also