Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.IsDemo Property

Defines whether the current YetaWF instance runs in demo mode.

Class: YetaWF.Core.Support.YetaWFManager
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static bool IsDemo { get; }

Remarks

Demo mode allows anonymous users to use all features in Superuser mode, without being able to change any data.

Demo mode is enabled/disabled using AppSettings.json (Application.P.YetaWF_Core.Demo).

See Also YetaWF.Core.Support.YetaWFManager ClassYetaWF.Core Overview