summaryM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GetItemCount(System.Int32)

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

Syntax

C#
public abstract int GetItemCount(
	int tabId
)
Visual Basic
Public MustOverride Function GetItemCount ( 
	tabId As Integer
) As Integer

Parameters

tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GetItemCount(System.Int32)

Return Value

returnsM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GetItemCount(System.Int32)

See Also