Interface IAppIdentity
Marks thing which belongs to an App and a Zone and know their full identity.
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