Table of Contents

Interface IAppRoot

Namespace
ToSic.Eav.DataSources
Assembly
ToSic.Eav.DataSources.dll

Interface for the App Root - usually the very first node in any data-delivery or query.
It's just like a normal IDataSource but will internally access the ToSic.Eav.Apps.IAppState from the Cache/>.

[VisualQuery(NiceName = "App Root Cache", UiHint = "All App data from the Cache", Icon = "table_chart", Type = DataSourceType.Source, Audience = Audience.Advanced, NameId = "ToSic.Eav.DataSources.IAppRoot, ToSic.Eav.DataSources", NameIds = new string[] { "ToSic.Eav.DataSources.Caches.ICache, ToSic.Eav.DataSources", "ToSic.Eav.DataSources.Caching.IRootCache, ToSic.Eav.DataSources" }, HelpLink = "https://go.2sxc.org/DsAppRoot")]
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public interface IAppRoot : IDataSource, IDataSourceLinkable, IAppIdentity, IZoneIdentity, IAppIdentityLight, ICacheKey, ICacheExpiring, ITimestamped, IHasLog
Inherited Members