SobekEngineClient_WebContentEndpoints.Get_Global_Recent_Updates_NextLevel Method
Gets the list of possible next level from an existing page in the recent updates, used for filtering
Namespace: SobekCM.Core.ClientAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public List<string> Get_Global_Recent_Updates_NextLevel(
Custom_Tracer Tracer,
string Level1 = null,
string Level2 = null,
string Level3 = null,
string Level4 = null,
string Level5 = null,
string Level6 = null,
string Level7 = null,
string Level8 = null
) |
Parameters
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
- Level1 (Optional)
- Type: System..::..String
(Optional) First level of URL for the updated web content entity, if looking for children of a page
- Level2 (Optional)
- Type: System..::..String
(Optional) Second level of URL for the updated web content entity, if looking for children of a page
- Level3 (Optional)
- Type: System..::..String
(Optional) Third level of URL for the updated web content entity, if looking for children of a page
- Level4 (Optional)
- Type: System..::..String
(Optional) Fourth level of URL for the updated web content entity, if looking for children of a page
- Level5 (Optional)
- Type: System..::..String
(Optional) Fifth level of URL for the updated web content entity, if looking for children of a page
- Level6 (Optional)
- Type: System..::..String
(Optional) Sixth level of URL for the updated web content entity, if looking for children of a page
- Level7 (Optional)
- Type: System..::..String
(Optional) Seventh level of URL for the updated web content entity, if looking for children of a page
- Level8 (Optional)
- Type: System..::..String
(Optional) Eighth level of URL for the updated web content entity, if looking for children of a page
Return Value
Type:
List<(Of <(<'String>)>)> List of the values present in the next level of the recent updates list, used for filtering
See Also