Gets the content items.
Namespace: DotNetNuke.Entities.Content.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public IDataReader GetContentItems( int contentTypeId, int tabId, int moduleId ) |
Visual Basic |
---|
Public Function GetContentItems ( contentTypeId As Integer, tabId As Integer, moduleId As Integer ) As IDataReader |
Parameters
- contentTypeId
- Type: System..::..Int32
The Id of the Content Type.
- tabId
- Type: System..::..Int32
The Id of the Tab.
- moduleId
- Type: System..::..Int32
The Id of the Module.