WebContent_Page_Usage Class
Usage information for a single page within a date range
Namespace: SobekCM.Core.WebContent.SingleAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("webContentUsage")]
public class WebContent_Page_Usage |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Deleted | Flag indicates if this web content page is currently deleted within the database |
| Deleted_XML | For XML serialization, flag indicates if this web content page is currently
deleted within the database |
| 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 |
| Level1 | Level 1 of this recently changed static webcontent page |
| Level2 | Level 2 of this recently changed static webcontent page |
| Level3 | Level 3 of this recently changed static webcontent page |
| Level4 | Level 4 of this recently changed static webcontent page |
| Level5 | Level 5 of this recently changed static webcontent page |
| Level6 | Level 6 of this recently changed static webcontent page |
| Level7 | Level 7 of this recently changed static webcontent page |
| Level8 | Level 8 of this recently changed static webcontent page |
| Title | Title for this web content page, from the database |
See Also