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

    Show / Hide Table of Contents

    Interface IAppIdentityLight

    Marks things which belongs to an App - but it may only know about the app, not about the zone. For a full identity, see IAppIdentity.

    Namespace: ToSic.Eav.Apps
    Assembly: ToSic.Eav.Core.dll
    Syntax
    [InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
    public interface IAppIdentityLight

    Properties

    | Improve this Doc View Source

    AppId

    The app id as used internally

    Declaration
    int AppId { get; }
    Property Value
    Type Description
    System.Int32

    The App ID this thing belongs to

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