Table of Contents

Interface IAppDataConfiguration

Namespace
ToSic.Eav.Apps
Assembly
ToSic.Eav.Apps.dll

The configuration of an app-data - usually relevant so the source will auto-filter out unpublished data for normal viewers.

[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public interface IAppDataConfiguration

Properties

Configuration

Configuration used to query data - will deliver url-parameters and other important configuration values.

ILookUpEngine Configuration { get; }

Property Value

ILookUpEngine

ShowDrafts

If this instance is allowed to show draft items This is usually dependent on the current users permissions

bool? ShowDrafts { get; }

Property Value

bool?