ToSic.SexyContent.SxcInstance.GetRenderingEngine C# (CSharp) Method

GetRenderingEngine() public method

public GetRenderingEngine ( InstancePurposes renderingPurpose ) : IEngine
renderingPurpose InstancePurposes
return IEngine
        public IEngine GetRenderingEngine(InstancePurposes renderingPurpose)
        {
            var engine = EngineFactory.CreateEngine(Template);
            engine.Init(Template, App, ModuleInfo, Data, renderingPurpose, this);
            return engine;
        }