WebContent_Recent_Changed_Page Class
Represents a recently changed web page, the user who made the changes, and the date
and type of the change
Namespace: SobekCM.Core.WebContent.AdminAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("webContentUsage")]
[DataContractAttribute]
[ProtoContractAttribute]
public class WebContent_Recent_Changed_Page |
Inheritance Hierarchy
Constructors
Fields
| Name | Description |
---|
| Notes | Notes (and milestone type) for this miletsone entry |
Properties
| Name | Description |
---|
| 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 |
| MilestoneDate | Date this web page was changed (milestone entry was added) |
| Title | Title of this recently changed static webcontent page |
| User | User associated with this change / milestone |
| WebContentID | Primary key of this recently changed static webcontent page |
See Also