Метод | Описание | |
---|---|---|
Add_New_Aggregation ( SobekCM.Core.Aggregations.New_Aggregation_Arguments NewAggregation ) : SobekCM.Core.Message.RestResponseMessage |
Add a new aggregation to the system
|
|
Get_Aggregation ( string AggregationCode, Web_Language_Enum RequestedLanguage, Web_Language_Enum DefaultLanguage, |
Gets the language-specific item aggregation, by aggregation code and language code
|
|
Get_Aggregation_HTML_Child_Page ( string AggregationCode, Web_Language_Enum RequestedLanguage, Web_Language_Enum DefaultLanguage, string ChildPageCode, |
Gets the all information, including the HTML, for an item aggregation child page
|
|
Get_Aggregation_Hierarchy ( |
Gets the entire collection hierarchy (used for hierarchical tree displays)
|
|
Get_Complete_Aggregation ( string AggregationCode, bool UseCache, |
Gets the complete (language agnostic) item aggregation, by aggregation code
|
|
SobekEngineClient_AggregationEndpoints ( |
Constructor for a new instance of the SobekEngineClient_AggregationEndpoints class
|
public Add_New_Aggregation ( SobekCM.Core.Aggregations.New_Aggregation_Arguments NewAggregation ) : SobekCM.Core.Message.RestResponseMessage | ||
NewAggregation | SobekCM.Core.Aggregations.New_Aggregation_Arguments | Information for the new aggregation |
Результат | SobekCM.Core.Message.RestResponseMessage |
public Get_Aggregation ( string AggregationCode, Web_Language_Enum RequestedLanguage, Web_Language_Enum DefaultLanguage, |
||
AggregationCode | string | Code for the aggregation |
RequestedLanguage | Web_Language_Enum | Requested language to retrieve |
DefaultLanguage | Web_Language_Enum | Default interface language, in case the requested language does not exist |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат |
public Get_Aggregation_HTML_Child_Page ( string AggregationCode, Web_Language_Enum RequestedLanguage, Web_Language_Enum DefaultLanguage, string ChildPageCode, |
||
AggregationCode | string | Code for the aggregation |
RequestedLanguage | Web_Language_Enum | Requested language to retrieve |
DefaultLanguage | Web_Language_Enum | Default interface language, in case the requested language does not exist |
ChildPageCode | string | Code the requested child page |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат |
public Get_Aggregation_Hierarchy ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат | SobekCM.Core.Aggregations.Aggregation_Hierarchy |
public Get_Complete_Aggregation ( string AggregationCode, bool UseCache, |
||
AggregationCode | string | Code for the requested aggregation |
UseCache | bool | Flag indicates if the cache should be used to check for a built copy or store the final product |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Результат |
public SobekEngineClient_AggregationEndpoints ( |
||
ConfigObj | Fully constructed microservices client configuration | |
Результат | SobekCM.Core.Aggregations |