Table of Contents

Class ContextExtensions

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll
public static class ContextExtensions
Inheritance
ContextExtensions
Inherited Members

Methods

IsLoggedIntoBackend(IContext?)

public static bool IsLoggedIntoBackend(this IContext? context)

Parameters

context IContext

Returns

bool

SetLoggedIntoBackend(IContext?, bool)

public static void SetLoggedIntoBackend(this IContext? context, bool value)

Parameters

context IContext
value bool
To top