Get a list of content items based on TabID (PageID).
Namespace: DotNetNuke.Entities.Content.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public IDataReader GetContentItemsByTabId( int tabId ) |
| Visual Basic |
|---|
Public Function GetContentItemsByTabId ( tabId As Integer ) As IDataReader |
Parameters
- tabId
- Type: System..::..Int32
The TabID (or "Page ID") that the content items are associated with