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 SourceZoneId
ID of the zone (EAV Tenant)
Declaration
int ZoneId { get; }
Property Value
Type | Description |
---|---|
int | The zone ID this thing belongs to |