• Basics
  • Abyss
  • Web APIs
  • C# & Razor
  • .net API
  • JS & TS API

    Show / Hide Table of Contents

    Interface IDnnDynamicCode

    This interface extends the IAppAndDataHelpers with the DNN Context. It's important, because if 2sxc also runs on other CMS platforms, then the Dnn Context won't be available, so it's in a separate interface.

    Inherited Members
    IDynamicCode.GetService<TService>()
    IDynamicCode.App
    IDynamicCode.Data
    IDynamicCode.Content
    IDynamicCode.Header
    IDynamicCode.AsAdam(IDynamicEntity, String)
    IDynamicCode.AsAdam(IEntity, String)
    IDynamicCode.Link
    IDynamicCode.Edit
    IDynamicCode.AsDynamic(String, String)
    IDynamicCode.AsDynamic(IEntity)
    IDynamicCode.AsDynamic(Object)
    IDynamicCode.AsEntity(Object)
    IDynamicCode.AsList(Object)
    IDynamicCode.CreateSource<T>(IDataStream)
    IDynamicCode.CreateSource<T>(IDataSource, ILookUpEngine)
    IDynamicCode.CmsContext
    ICreateInstance.CreateInstancePath
    ICreateInstance.CreateInstance(String, String, String, String, Boolean)
    IHasLog.Log
    IDnnDynamicCodeAdditions.Dnn
    Namespace: ToSic.Sxc.Dnn.Code
    Assembly: ToSic.Sxc.Dnn.Core.dll
    Syntax
    [PublicApi_Stable_ForUseInYourCode]
    public interface IDnnDynamicCode : IDynamicCode, ICreateInstance, ICompatibilityLevel, IHasLog, IDnnDynamicCodeAdditions
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX