Single_WebContent_Usage Class
Object contains the basic usage information for a single web content
page for a single year/month
Namespace: SobekCM.Core.WebContent.SingleAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("webContentUsage")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Single_WebContent_Usage |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Hits | Total number of (non-robotic) hits on this page |
| HitsHierarchical | Total number of (non-robotic) hits on this page or on any child pages |
| HitsHierarchical_AsString | Total number of (non-robotic) hits on this page or on any child pages |
| Month | Month for which this is reporting usage |
| Year | Year for which this is reporting usage |
See Also