SobekCM.Core.Client.SobekEngineClient_AggregationEndpoints.Get_Complete_Aggregation C# (CSharp) Méthode

Get_Complete_Aggregation() public méthode

Gets the complete (language agnostic) item aggregation, by aggregation code
public Get_Complete_Aggregation ( string AggregationCode, bool UseCache, Custom_Tracer Tracer ) : Complete_Item_Aggregation
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 SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
Résultat SobekCM.Core.Aggregations.Complete_Item_Aggregation
        public Complete_Item_Aggregation Get_Complete_Aggregation(string AggregationCode, bool UseCache, Custom_Tracer Tracer)
        {
            return AggregationServices.get_complete_aggregation(AggregationCode, UseCache, Tracer);
        }