EventLogProviderGetLogItemsInternal Method |
Returns the log items count for specified site.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax protected virtual int GetLogItemsInternal(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site ID.
Return Value
Type:
Int32Remarks This method get item count straight from database without any caching.
See Also