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 SourceAppId
The app id as used internally
Declaration
int AppId { get; }
Property Value
Type | Description |
---|---|
int | The App ID this thing belongs to |