Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Addons.AddOnManager.AddAddOnNamedAsync Method

Add a named addon (normal).

Class: YetaWF.Core.Addons.AddOnManager
Namespace: YetaWF.Core.Addons
Assembly: YetaWF.Core

Syntax

public Task AddAddOnNamedAsync(
    string areaName,
    string name,
    params object?[] args );

Parameters

areaName

(not specified)

name

The name of the addon.

args

Any optional arguments supported by the addon.

Remarks

Named addons are located in the package folder ./Addons/_Addons/name. Will fail if the addon doesn't exist.

See Also YetaWF.Core.Addons.AddOnManager ClassYetaWF.Core Overview