Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.GetModuleActionsAsync Method

Retrieve a known module action with parameters.

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

Syntax

public Task<List<ModuleAction>?> GetModuleActionsAsync(
    string name,
    params object?[] parms );

Parameters

name

The name of the action.

parms

Parameters (action dependent).

Return Value

An action. May be null if not authorized.

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