SobekEngineClient_WebContentEndpoints.Get_Global_Recent_Updates Method
Get the list of all the recent updates to all (non aggregation affiliated) static web content pages
Namespace: SobekCM.Core.ClientAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public WebContent_Recent_Changes Get_Global_Recent_Updates(
Custom_Tracer Tracer,
int Page,
Nullable<int> RowsPerPage = null,
string UserFilter = null
) |
Parameters
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
- Page
- Type: System..::..Int32
Page number of recent updates ( starting with one and counting up )
- RowsPerPage (Optional)
- Type: System..::..Nullable<(Of <(<'Int32>)>)>
(Optional) Number of rows of updates to include in each page of results
- UserFilter (Optional)
- Type: System..::..String
(Optional) Filter to only return items updated by one user
Return Value
Type:
WebContent_Recent_Changes List of requested recent udpates
See Also