Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.IsAuthorized Method

(not specified)

Class: YetaWF.Core.Modules.ModuleDefinition
Namespace: YetaWF.Core.Modules
Assembly: YetaWF.Core

Syntax

public bool IsAuthorized( string? level );
protected bool IsAuthorized(
    Func<AllowedRole,AllowedEnum> testRole,
    Func<AllowedUser,AllowedEnum> testUser );

Parameters

level

(not specified)

testRole

(not specified)

testUser

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Modules.ModuleDefinition ClassYetaWF.Core Overview