WebContent_Usage_Report Class
Collection of pages hit, along with the number of hits, for a date-range
query of usage statistics across many top-level static web content pages
Namespace: SobekCM.Core.WebContent.AdminAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("globalUsageReport")]
[DataContractAttribute]
public class WebContent_Usage_Report |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Page | Page of usage hits requested, within the larger framework |
| Pages | Returns the list of pages with their number of hits from this range |
| RangeEnd | Ending year-month for the reported date range |
| RangeStart | Start year-month for the reported date range |
| RowsPerPage | Number of rows returned per page of usage hist |
| Total | Number of pages with hits during this period |
See Also