summaryM:DotNetNuke.Entities.Tabs.TabCollection.IsDescendentOf(System.Int32,System.Int32)
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public bool IsDescendentOf( int ancestorId, int testTabId ) |
Visual Basic |
---|
Public Function IsDescendentOf ( ancestorId As Integer, testTabId As Integer ) As Boolean |
Parameters
- ancestorId
- Type: System..::..Int32
paramancestorIdM:DotNetNuke.Entities.Tabs.TabCollection.IsDescendentOf(System.Int32,System.Int32)
- testTabId
- Type: System..::..Int32
paramtestTabIdM:DotNetNuke.Entities.Tabs.TabCollection.IsDescendentOf(System.Int32,System.Int32)