TotalItemCount Property
Retrieves the total (aggregated) number of items.
Syntax
[ count = ] FeedFolder.TotalItemCount
Possible Values
count Integer that receives the total number of items. The property is read-only. The property has no default value.
Remarks
The value returned from TotalItemCount is an aggregate of all the feeds in the current folder and its subfolders.
This property returns a cached value and does not require access to any feed files.
Applies To
FeedFolder
See Also