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

    Show / Hide Table of Contents

    Interface IZoneIdentity

    Marks things which belongs to a Zone

    Namespace: ToSic.Eav.Apps
    Assembly: ToSic.Eav.Core.dll
    Syntax
    [PublicApi_Stable_ForUseInYourCode]
    public interface IZoneIdentity

    Properties

    | Improve this Doc View Source

    ZoneId

    ID of the zone (EAV Tenant)

    Declaration
    int ZoneId { get; }
    Property Value
    Type Description
    int

    The zone ID this thing belongs to

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