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

    Show / Hide Table of Contents

    Interface IAppIdentity

    Marks thing which belongs to an App and a Zone and know their full identity.

    Inherited Members
    IZoneIdentity.ZoneId
    IAppIdentityLight.AppId
    Namespace: ToSic.Eav.Apps
    Assembly: ToSic.Eav.Core.dll
    Syntax
    [PublicApi_Stable_ForUseInYourCode]
    public interface IAppIdentity : IZoneIdentity, IAppIdentityLight
    Remarks

    Technically many things could just identify the app they belong to, and let the system look up the zone. But this would be inefficient, so for optimization, many items identify themselves with both the app and zone Ids

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX