This value will be available when SourceTabId have a specific value, in that way when this value is true, page will rediect to target when request source tab and all child tabs under source tab.

Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlAttributeAttribute]
public bool IncludeChildTabs { get; set; }
Visual Basic
<XmlAttributeAttribute> 
Public Property IncludeChildTabs As Boolean
	Get
	Set

Implements

IRedirection..::..IncludeChildTabs

See Also