WebContent_Recent_Changes Class
Represents a collection recently changed web pages, the user who made the changes, and
the dates and types of the changes
Namespace: SobekCM.Core.WebContent.AdminAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("globalRecentChanges")]
[DataContractAttribute]
[ProtoContractAttribute]
public class WebContent_Recent_Changes |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Changes | Returns the list of changes matching the requested page, filter, etc.. |
| Page | Page of recent updates requested, within the larger framework |
| RowsPerPage | Number of rows returned per page of recent updates |
| Total | Number of recent changes matching query |
| UserFilter | If there was a user filter applied for this result set, included here |
See Also