Engine_Database.WebContent_Get_Page Method (String, String, String, String, String, String, String, String, Custom_Tracer)
Gets the basic information about a web content page, by the URL segments
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 WebContent_Basic_Info WebContent_Get_Page(
string Level1,
string Level2,
string Level3,
string Level4,
string Level5,
string Level6,
string Level7,
string Level8,
Custom_Tracer Tracer
) |
Parameters
- 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:
WebContent_Basic_Info Built web content basic info object, or NULL if not found at all
Remarks
See Also