Engine_Database.Save_WebContent_Statistics Method
Save usage statistics for top-level web content pages
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Save_WebContent_Statistics(
int Year,
int Month,
int Hits,
int HitsComplete,
string Level1,
string Level2,
string Level3,
string Level4,
string Level5,
string Level6,
string Level7,
string Level8,
Custom_Tracer Tracer
) |
Parameters
- Year
- Type: System..::..Int32
Year of this usage
- Month
- Type: System..::..Int32
Month of this usage
- Hits
- Type: System..::..Int32
Number of hits on this page
- HitsComplete
- Type: System..::..Int32
Number of hits on this page and all child pages
- Level1
- Type: System..::..String
Level 1 of the URL for this web content page
- Level2
- Type: System..::..String
Level 2 of the URL for this web content page
- Level3
- Type: System..::..String
Level 3 of the URL for this web content page
- Level4
- Type: System..::..String
Level 4 of the URL for this web content page
- Level5
- Type: System..::..String
Level 5 of the URL for this web content page
- Level6
- Type: System..::..String
Level 6 of the URL for this web content page
- Level7
- Type: System..::..String
Level 7 of the URL for this web content page
- Level8
- Type: System..::..String
Level 8 of the URL for this web content page
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successfully logged, otherwise FALSE
Remarks
See Also