SobekEngineClient_WebContentEndpoints.Get_Global_Usage_Report Method 
 Get usage of all web content pages between two dates 
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_Usage_Report Get_Global_Usage_Report(
	Custom_Tracer Tracer,
	int Year1,
	int Month1,
	int Year2,
	int Month2,
	int Page,
	Nullable<int> RowsPerPage = null
)  | 
Parameters
- Tracer
 - Type: SobekCM.Tools..::..Custom_Tracer
 Trace object keeps a list of each method executed and important milestones in rendering  
- Year1
 - Type: System..::..Int32
 Start year of the year/month range for these usage stats  
- Month1
 - Type: System..::..Int32
 Start month of the year/month range for these usage stats  
- Year2
 - Type: System..::..Int32
 End year of the year/month range for these usage stats  
- Month2
 - Type: System..::..Int32
 End month of the year/month range for these usage stats  
- Page
 - Type: System..::..Int32
 Page number of used pages ( starting with one and counting up )  
- RowsPerPage (Optional)
 - Type: System..::..Nullable<(Of <(<'Int32>)>)>
 (Optional) Number of rows of used pages to include in each page of results  
Return Value
Type: 
WebContent_Usage_Report Web content usage report 
 
See Also